Roo/HtmlEditorCore.js
authorAlan Knowles <alan@roojs.com>
Wed, 3 Sep 2014 07:55:57 +0000 (15:55 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 3 Sep 2014 07:55:57 +0000 (15:55 +0800)
Roo/HtmlEditorCore.js

index 613deea..6a1414a 100644 (file)
@@ -1286,6 +1286,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             while (currentElementChild) {
                 // Formatting code (indent the tree so it looks nice on the screen)
                 
+                // text
                 if  (currentElementChild.nodeName == '#text') {
                     var toadd = Roo.util.Format.htmlEncode(currentElementChild.nodeValue);
                     if (!nopadtext && toadd.length > 80) {