From e612c484945aac5abd8a7a24803ac46964a8bc37 Mon Sep 17 00:00:00 2001 From: Paul Dee Date: Tue, 17 Jan 2023 21:24:44 +0100 Subject: [PATCH] luci-base: help-text spell fix Signed-off-by: Paul Dee (cherry picked from commit 3c2b35cf903378fc7dfa54fa4bc6c7a64b3bb471) --- modules/luci-base/htdocs/luci-static/resources/form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(/[<>]/)) -- 2.30.2