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

index 1a78f2b..256c8e3 100644 (file)
@@ -1273,7 +1273,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             if (['IMG', 'BR', 'HR', 'INPUT'].indexOf(tagName) > -1) {
                 return ret;
             }
-            if (['PRE', 'TEXTAREA'].indexOf(tagName) > -1) { // or code?
+            if (['PRE', 'TEXTAREA', 'TD'].indexOf(tagName) > -1) { // or code?
                 padtext = true;
             }