Roo/form/HtmlEditor.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 15 Aug 2011 08:20:36 +0000 (16:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 15 Aug 2011 08:20:36 +0000 (16:20 +0800)
Roo/form/HtmlEditor.js

index f56d020..e2e7bdd 100644 (file)
@@ -135,7 +135,7 @@ Roo.form.HtmlEditor = Roo.extend(Roo.form.Field, {
         });
         this.defaultAutoCreate =  {
             tag: "textarea",
-            style:'width: ' + this.width + 'px;height: ' + this.height + 'px;",
+            style:'width: ' + this.width + 'px;height: ' + this.height + 'px;',
             autocomplete: "off"
         },
     },