Closing tr fixed and surplus /div removed

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2562 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-01-25 08:57:47 +00:00
parent c5a379001a
commit a41acd52e4

View File

@@ -833,6 +833,7 @@ FW_doDetail($)
my $h = $defs{$d}; my $h = $defs{$d};
my $t = $h->{TYPE}; my $t = $h->{TYPE};
$t = "MISSING" if(!defined($t));
FW_pO "<div id=\"content\">"; FW_pO "<div id=\"content\">";
if($FW_ss) { # FS20MS2 special: on and off, is not the same as toggle if($FW_ss) { # FS20MS2 special: on and off, is not the same as toggle
@@ -1156,7 +1157,6 @@ FW_showRoom()
FW_pO "<td colspan='2'>". FW_pO "<td colspan='2'>".
"<div class='slider' id='slider.$d'>". "<div class='slider' id='slider.$d'>".
"<div class='handle'>$min</div></div>". "<div class='handle'>$min</div></div>".
"</div>".
"<script type=\"text/javascript\">" . "<script type=\"text/javascript\">" .
"Slider(document.getElementById('slider.$d'),". "Slider(document.getElementById('slider.$d'),".
"'$min','$stp','$max','$cv',". "'$min','$stp','$max','$cv',".
@@ -1215,7 +1215,7 @@ FW_showRoom()
} }
} }
FW_pO "</td>"; FW_pO "</tr>";
} }
FW_pO "</table>"; FW_pO "</table>";
FW_pO "</td></tr>"; FW_pO "</td></tr>";