Roo/mailer/Column.js
authorAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 10:33:06 +0000 (18:33 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 18 Sep 2014 10:33:06 +0000 (18:33 +0800)
Roo/mailer/Column.js

index 6d63e7f..725ef24 100644 (file)
@@ -64,7 +64,7 @@ Roo.extend(Roo.mailer.Column, Roo.bootstrap.Component,  {
                 style : 'max-width: ' + (this.width== '100%' ?  '260' : this.width ) +'px;'
             };
             if (this.width != '100%' ) {
-                img.width : this.width;
+                img.width = this.width;
             }
            cfg.cn.push({
                 tag  : 'tr',
@@ -76,7 +76,6 @@ Roo.extend(Roo.mailer.Column, Roo.bootstrap.Component,  {
                         cls : 'roo-m-column-'+ this.column + '-content',
                         cn : [ img ]
                             
-                        ]
                     }
                 ]
             });