X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsrc%2FRoo_HtmlEditorCore.js.html;h=c8e727107a75747f863164113d4de42c9e3ebab9;hb=c1f99594ad1f43184d6549be9abca23901063aec;hp=d1a2b45347f2762cfaf35c5d38c3fcbc6092f5db;hpb=8c2d01ebbb504ff0fc876fe1fa772eadf3561960;p=roojs1 diff --git a/docs/src/Roo_HtmlEditorCore.js.html b/docs/src/Roo_HtmlEditorCore.js.html index d1a2b45347..c8e727107a 100644 --- a/docs/src/Roo_HtmlEditorCore.js.html +++ b/docs/src/Roo_HtmlEditorCore.js.html @@ -378,10 +378,13 @@ new Roo.htmleditor.FilterBlock({ node : div }); } //?? tidy? - var tidy = new Roo.htmleditor.TidySerializer({ - inner: true - }); - var html = tidy.serialize(div); + if (this.autoClean) { + var tidy = new Roo.htmleditor.TidySerializer({ + inner: true + }); + var html = tidy.serialize(div); + + } if(Roo.isSafari){