From 578e8fc8253f26d339c59f401e5702a5a317d5ad Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Sat, 21 May 2016 19:26:26 +0000
Subject: [PATCH] FHEMWEB: correct typo (Forum #53393)
git-svn-id: https://svn.fhem.de/fhem/trunk@11490 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/FHEM/01_FHEMWEB.pm | 2 +-
fhem/www/pgm2/fhemweb.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm
index c3cde1fc6..f9b0a8f4b 100755
--- a/fhem/FHEM/01_FHEMWEB.pm
+++ b/fhem/FHEM/01_FHEMWEB.pm
@@ -3509,7 +3509,7 @@ FW_widgetOverride($$)
is displayed.
if the modifier is ":textField-long", is like textField, but upon
clicking on the input field a textArea (60x25) will be opened.
- if the modifier is ":textField-longNL", the behaviour is the same
+ if the modifier is ":textFieldNL-long", the behaviour is the same
as :textField-long, but no label is displayed.
if the modifier is of the form
diff --git a/fhem/www/pgm2/fhemweb.js b/fhem/www/pgm2/fhemweb.js
index 00cb325ec..90e1d0258 100644
--- a/fhem/www/pgm2/fhemweb.js
+++ b/fhem/www/pgm2/fhemweb.js
@@ -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;