luci-base: help-text spell fix
Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
This commit is contained in:
parent
5455a54d1c
commit
3c2b35cf90
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ var CBIAbstractElement = baseclass.extend(/** @lends LuCI.form.AbstractElement.p
|
||||||
* The input string to clean.
|
* The input string to clean.
|
||||||
*
|
*
|
||||||
* @returns {string}
|
* @returns {string}
|
||||||
* The cleaned input string with HTML removes removed.
|
* The cleaned input string with HTML tags removed.
|
||||||
*/
|
*/
|
||||||
stripTags: function(s) {
|
stripTags: function(s) {
|
||||||
if (typeof(s) == 'string' && !s.match(/[<>]/))
|
if (typeof(s) == 'string' && !s.match(/[<>]/))
|
||||||
|
|
Loading…
Reference in a new issue