55_InfoPanel.pm: code cleanup

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@7923 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2015-02-08 21:26:42 +00:00
parent 3dcb12528e
commit 31b8093fcd

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;