2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 23:06:37 +00:00

01_FHEMWEB.pm: change addDetailToSummary colspan to 50 (Forum #71772)

git-svn-id: https://svn.fhem.de/fhem/trunk@14307 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-05-17 10:42:36 +00:00
parent 145aceff04
commit 1ed0ae4220

View File

@ -1829,7 +1829,7 @@ FW_showRoom()
use strict "refs";
if(defined($txt)) {
FW_pO "<tr class='".($row&1?"odd":"even").
"'><td colspan='3'>$txt</td></tr>";
"'><td colspan='50'>$txt</td></tr>";
}
}
$row++;