mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
01_FHEMWEB.pm: remove trailing spaces
git-svn-id: https://svn.fhem.de/fhem/trunk@23295 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b00dc521c9
commit
db0e89a370
@ -1537,6 +1537,7 @@ FW_doDetail($)
|
|||||||
sort map { $_ =~ s/ /#/g ;$_} keys %FW_groups);
|
sort map { $_ =~ s/ /#/g ;$_} keys %FW_groups);
|
||||||
$attrList =~ s/\broom\b/room:$roomList/;
|
$attrList =~ s/\broom\b/room:$roomList/;
|
||||||
$attrList =~ s/\bgroup\b/group:$groupList/;
|
$attrList =~ s/\bgroup\b/group:$groupList/;
|
||||||
|
|
||||||
$attrList = FW_widgetOverride($d, $attrList);
|
$attrList = FW_widgetOverride($d, $attrList);
|
||||||
$attrList =~ s/\\/\\\\/g;
|
$attrList =~ s/\\/\\\\/g;
|
||||||
$attrList =~ s/'/\\'/g;
|
$attrList =~ s/'/\\'/g;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user