mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-06 12:18:46 +00:00
contrib/InfoPanel: typo fixed
git-svn-id: https://svn.fhem.de/fhem/trunk@7877 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
31050b9e99
commit
38271c3bcc
@ -568,7 +568,7 @@ sub btIP_changeColor {
|
||||
close(GRAFIK);
|
||||
if($newcolor =~ /[[:xdigit:]]{6}/) {
|
||||
$data =~ s/fill="#$oldcolor"/fill="#$newcolor"/g;
|
||||
$data =~ s/fill:#$oldcolor/fill:$newcolor/g;
|
||||
$data =~ s/fill:#$oldcolor/fill:#$newcolor/g;
|
||||
} else {
|
||||
Log3(undef,4,"Infopanel: invalid rgb value for changeColor!");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user