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.openwrt.org/?a=commitdiff_plain;h=e612c484945aac5abd8a7a24803ac46964a8bc37;p=project%2Fluci.git luci-base: help-text spell fix Signed-off-by: Paul Dee (cherry picked from commit 3c2b35cf903378fc7dfa54fa4bc6c7a64b3bb471) --- diff --git a/modules/luci-base/htdocs/luci-static/resources/form.js b/modules/luci-base/htdocs/luci-static/resources/form.js index 103173e1c8..317b49fdfe 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(/[<>]/))