mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-24 15:19:21 +00:00
98_MSwitch.pm: Bugfix html
git-svn-id: https://svn.fhem.de/fhem/trunk@20437 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
42ef158256
commit
76d3055588
@ -5402,15 +5402,14 @@ sub MSwitch_fhemwebFn($$$$) {
|
||||
|
||||
if ( AttrVal( $Name, 'MSwitch_Mode', 'Notify' ) ne "Dummy" )
|
||||
{
|
||||
$ret .="<tabe border='$border' class='block wide' id='MSwitchWebTR' nm='$hash->{NAME}'>";
|
||||
$ret .="<table border='$border' class='block wide' id='MSwitchWebTR' nm='$hash->{NAME}'>";
|
||||
}
|
||||
else
|
||||
{
|
||||
$ret .="<table border='$border' class='block wide' style ='visibility: collapse' id='MSwitchWebTR' nm='$hash->{NAME}'>";
|
||||
}
|
||||
$ret .= "<tr class=\"even\">";
|
||||
$ret .=
|
||||
"<td colspan=\"3\" id =\"savetrigger\">trigger device/time: ";
|
||||
$ret .="<td colspan=\"3\" id =\"savetrigger\">trigger device/time: ";
|
||||
$ret .= "</td></tr><tr class=\"even\">
|
||||
<td></td>
|
||||
<td></td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user