Roo/bootstrap/Column.js
authorAlan Knowles <alan@roojs.com>
Mon, 31 Aug 2015 07:38:49 +0000 (15:38 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 31 Aug 2015 07:38:49 +0000 (15:38 +0800)
Roo/bootstrap/Column.js

index 5e530a3..d5c621f 100644 (file)
@@ -105,7 +105,7 @@ Roo.extend(Roo.bootstrap.Column, Roo.bootstrap.Component,  {
             
         }
         if (this.icon) {
-            cfg.html = '<i class="glyphicon glyphicon-'+this.icon + '"></i>' + + (cfg.html || '')
+            cfg.html = '<i class="glyphicon glyphicon-'+this.icon + '"></i>' + + (cfg.html || '');
         }
         
         return cfg;