mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
FileLog: Fixing eventTypes-dropdown for " in the frontend
git-svn-id: https://svn.fhem.de/fhem/trunk@4574 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f3c0087f26
commit
e645a2781b
@ -350,6 +350,7 @@ FileLog_fhemwebFn($$$$)
|
||||
$ret .= FW_hidden("dev.$d", "$d addRegexpPart");
|
||||
$ret .= FW_submit("cmd.$d", "set", "set");
|
||||
$ret .= "<div class=\"set downText\"> $d addRegexpPart </div>";
|
||||
$list =~ s/(['"])/./g;
|
||||
$ret .= FW_select("","arg.$d",\@al, undef, "set",
|
||||
"FW_selChange(this.options[selectedIndex].text,'$list','val.$d')");
|
||||
$ret .= FW_textfield("val.$d", 30, "set");
|
||||
|
Loading…
x
Reference in New Issue
Block a user