Roo/htmleditor/Tidy.js
authorAlan <alan@roojs.com>
Mon, 27 Sep 2021 05:51:54 +0000 (13:51 +0800)
committerAlan <alan@roojs.com>
Mon, 27 Sep 2021 05:51:54 +0000 (13:51 +0800)
Roo/htmleditor/Tidy.js

index 67ee2f0..1105b0b 100644 (file)
@@ -82,6 +82,9 @@ Roo.htmleditor.Tidy.prototype = {
                 allText = false;
             }
         }
+        // what if all text?
+        
+        
         return ret.join('');
     },