From: Paul Dee Date: Tue, 17 Jan 2023 20:24:44 +0000 (+0100) Subject: luci-base: help-text spell fix X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3c2b35cf903378fc7dfa54fa4bc6c7a64b3bb471;p=openwrt-luci.git luci-base: help-text spell fix Signed-off-by: Paul Dee --- 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(/[<>]/))