Roo/htmleditor/TidyWriter.js
[roojs1] / 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();
         }