2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

01_FHEMWEB.pm: remove FHEMWEB widget parameters from "set X ?" return (Forum #33840)

git-svn-id: https://svn.fhem.de/fhem/trunk@7992 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-02-15 12:28:19 +00:00
parent 72c117434e
commit 212c0f4cf8

View File

@ -774,6 +774,7 @@ FW_answerCall($)
}
}
$FW_cmdret =~ s/:\S+//g if($FW_cmdret =~ m/unknown.*choose one of/i);
$FW_cmdret = "<pre>$FW_cmdret</pre>" if($FW_cmdret =~ m/\n/);
}