mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
01_FHEMWEB.pm: fix <td> removeal for multiline content (Forum #123027)
git-svn-id: https://svn.fhem.de/fhem/trunk@25000 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d43610abb4
commit
45c1d9e988
@ -1901,7 +1901,7 @@ FW_makeDeviceLine($$$$$)
|
||||
}
|
||||
|
||||
if($htmlTxt) {
|
||||
$htmlTxt =~ s,^<td[^>]*>(.*)</td>$,$1,;
|
||||
$htmlTxt =~ s,^<td[^>]*>(.*)</td>$,$1,s;
|
||||
} else {
|
||||
my $nCmd = $cmdIcon{$cmd} ?
|
||||
FW_makeImage($cmdIcon{$cmd},$cmd,"webCmd") : $cmd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user