2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

55_InfoPanel.pm: code cleanup

git-svn-id: https://svn.fhem.de/fhem/trunk@7923 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2015-02-08 21:26:42 +00:00
parent 6825d68056
commit fad9463767

View File

@ -253,6 +253,8 @@ sub btIP_itemCircle {
$output .= "fill:none; " if ($filled == 0);
}
$output .= "\" ";
} else {
$output .= "style=\"fill:none; stroke-width:0; \" ";
}
$output .= "/>\n";
return $output;
@ -281,6 +283,8 @@ sub btIP_itemEllipse {
$output .= "fill:none; " if ($filled == 0);
}
$output .= "\" ";
} else {
$output .= "style=\"fill:none; stroke-width:0; \" ";
}
$output .= "/>\n";
return $output;
@ -451,6 +455,8 @@ sub btIP_itemRect {
$output .= "fill:none; " if ($filled == 0);
}
$output .= "\" ";
} else {
$output .= "style=\"fill:none; stroke-width:0; \" ";
}
$output .= "/>\n";
return $output;