2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 07:24:21 +00:00

FHEMWEB: correct typo (Forum #53393)

git-svn-id: https://svn.fhem.de/fhem/trunk@11490 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-05-21 19:26:26 +00:00
parent 7f89326bfc
commit 578e8fc825
2 changed files with 2 additions and 2 deletions

View File

@ -3509,7 +3509,7 @@ FW_widgetOverride($$)
is displayed.</li>
<li>if the modifier is ":textField-long", is like textField, but upon
clicking on the input field a textArea (60x25) will be opened.</li>
<li>if the modifier is ":textField-longNL", the behaviour is the same
<li>if the modifier is ":textFieldNL-long", the behaviour is the same
as :textField-long, but no label is displayed.</li>
<li>if the modifier is of the form

View File

@ -794,7 +794,7 @@ FW_createTextField(elName, devName, vArr, currVal, set, params, cmd)
(vArr[0] != "textField" &&
vArr[0] != "textFieldNL" &&
vArr[0] != "textField-long" &&
vArr[0] != "textField-longNL") ||
vArr[0] != "textFieldNL-long") ||
(params && params.length))
return undefined;