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 97495c482f
commit 343af5adc8

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/);
}