JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.4
[ckeditor.git] / _source / plugins / selection / plugin.js
index 66161f3..4af28dc 100644 (file)
@@ -567,10 +567,10 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        };\r
 \r
        var styleObjectElements =\r
-       {\r
-               img:1,hr:1,li:1,table:1,tr:1,td:1,th:1,embed:1,object:1,ol:1,ul:1,\r
-               a:1, input:1, form:1, select:1, textarea:1, button:1, fieldset:1, th:1, thead:1, tfoot:1\r
-       };\r
+               {\r
+                       img:1,hr:1,li:1,table:1,tr:1,td:1,th:1,embed:1,object:1,ol:1,ul:1,\r
+                       a:1,input:1,form:1,select:1,textarea:1,button:1,fieldset:1,thead:1,tfoot:1\r
+               };\r
 \r
        CKEDITOR.dom.selection.prototype =\r
        {\r