X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=ebdeb03253af5920bba20eedf21eaf9cb85b6338;hb=75522b8c36bf5ce378735384344c68fc09b24065;hp=1cdd27accbed5eb5ea8986129bc63bcc8c2cc6b6;hpb=c1f99594ad1f43184d6549be9abca23901063aec;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index 1cdd27accb..ebdeb03253 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -50200,12 +50200,15 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { if (this.enableBlocks) { new Roo.htmleditor.FilterBlock({ node : div }); } + + var html = div.innerHTML; + //?? tidy? if (this.autoClean) { var tidy = new Roo.htmleditor.TidySerializer({ inner: true }); - var html = tidy.serialize(div); + html = tidy.serialize(div); }