Browse Source

Merge pull request #6220 from systemcrash/tags_string

luci-base: help-text spell fix
Jo-Philipp Wich 1 year ago
parent
commit
dd26744da8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/luci-base/htdocs/luci-static/resources/form.js

+ 1 - 1
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(/[<>]/))