Roo/htmleditor/TidyWriter.js
authorAlan <alan@roojs.com>
Fri, 7 Jan 2022 04:27:25 +0000 (12:27 +0800)
committerAlan <alan@roojs.com>
Fri, 7 Jan 2022 04:27:25 +0000 (12:27 +0800)
Roo/htmleditor/TidyWriter.js

index bfcb7cf..23129e9 100644 (file)
@@ -69,6 +69,7 @@ Roo.htmleditor.TidyWriter.prototype = {
 
         var indentstr = this.in_inline || this.in_pre ? '' : this.indentstr;
         
+        // if this element is inline - then don't add stuff beforehand..
         if (!in_inline && !this.in_pre) {
             this.addLine();
         }