2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

76_SolarForecast: contrib 1.44.3

git-svn-id: https://svn.fhem.de/fhem/trunk@29575 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2025-01-25 15:03:08 +00:00
parent c117e06f5e
commit 085e6baccf

View File

@ -15377,7 +15377,7 @@ sub __batRcmdOnBeam {
my $image = FW_makeImage ($bicon); my $image = FW_makeImage ($bicon);
$ret .= "<td title='$title' class='solarfc' width='$width' style='margin:1px; vertical-align:middle align:center; padding-bottom:1px;'>$image</td>"; $ret .= "<td class='solarfc' width='$width' style='margin:1px; vertical-align:middle align:center; padding-bottom:1px;' title='$title'>$image</td>";
} }
$ret .= "<td class='solarfc'></td></tr>" if($ret); # freier Platz am Ende der Icon Zeile $ret .= "<td class='solarfc'></td></tr>" if($ret); # freier Platz am Ende der Icon Zeile