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

index 20ed807..2654f20 100644 (file)
@@ -147,7 +147,7 @@ Roo.htmleditor.TidyWriter.prototype = {
             indentstr  = this.indentstr;
         }
         this.html.push(indentstr + '</', name.toLowerCase(), '>');
             indentstr  = this.indentstr;
         }
         this.html.push(indentstr + '</', name.toLowerCase(), '>');
-       
+        this.last_inline = in_inline;
         
         // pop the indent state..
     },
         
         // pop the indent state..
     },