Roo/htmleditor/FilterEmpty.js
authorleon <leon@roojs.com>
Tue, 27 Feb 2024 02:18:28 +0000 (10:18 +0800)
committerleon <leon@roojs.com>
Tue, 27 Feb 2024 02:18:28 +0000 (10:18 +0800)
Roo/htmleditor/FilterEmpty.js

index 35b7f67..67867e6 100644 (file)
@@ -25,7 +25,7 @@ Roo.extend(Roo.htmleditor.FilterEmpty, Roo.htmleditor.FilterBlack,
             node.walk();
         }
 
-        // only for certain elements
+        // only for certain tags
         if(['B', 'I', 'U', 'S'].indexOf(node.tagName) < 0) {
             return;
         }