diff options
author | Jo-Philipp Wich <jo@mein.io> | 2023-02-02 15:02:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 15:02:17 +0100 |
commit | dd26744da8f55e668e8ab58c358cb46746823381 (patch) | |
tree | be397bfec13aa2a3145f0007464d43ecb68fa583 | |
parent | 2e5ba5241813146736793ac4d51016bbf0a138ce (diff) | |
parent | 3c2b35cf903378fc7dfa54fa4bc6c7a64b3bb471 (diff) |
Merge pull request #6220 from systemcrash/tags_string
luci-base: help-text spell fix
-rw-r--r-- | modules/luci-base/htdocs/luci-static/resources/form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/form.js b/modules/luci-base/htdocs/luci-static/resources/form.js index 3c538b88ca..df0a63a4a1 100644 --- a/modules/luci-base/htdocs/luci-static/resources/form.js +++ b/modules/luci-base/htdocs/luci-static/resources/form.js @@ -281,7 +281,7 @@ var CBIAbstractElement = baseclass.extend(/** @lends LuCI.form.AbstractElement.p * The input string to clean. * * @returns {string} - * The cleaned input string with HTML removes removed. + * The cleaned input string with HTML tags removed. */ stripTags: function(s) { if (typeof(s) == 'string' && !s.match(/[<>]/)) |