Roo/bootstrap/NavItem.js
authorAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 05:59:02 +0000 (13:59 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Sep 2014 05:59:02 +0000 (13:59 +0800)
Roo/bootstrap/NavItem.js

index 195f7ea..681f835 100644 (file)
@@ -81,7 +81,7 @@ Roo.extend(Roo.bootstrap.NavItem, Roo.bootstrap.Component,  {
              if (this.icon) {
                 cfg.cn[0].html = '<i class="'+this.icon+'"></i> <span>' + cfg.cn[0].html + '</span>'
             } else {
-                cfg.cn[0].html = '<span class="glyphicon glyphicon-' + this.glyphicon + '"></span>'  + cfg.cn[0].html;
+                cfg.cn[0].html = '<span class="glyphicon glyphicon-' + this.glyphicon + '"></span> '  + cfg.cn[0].html;
             }
         }