Merge pull request #6220 from systemcrash/tags_string
luci-base: help-text spell fix
This commit is contained in:
commit
dd26744da8
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