Roo/bootstrap/Navbar.Item.js
authorJulian Knowles <julian@roojs.com>
Wed, 22 Jan 2014 10:34:06 +0000 (18:34 +0800)
committerJulian Knowles <julian@roojs.com>
Wed, 22 Jan 2014 10:34:06 +0000 (18:34 +0800)
Roo/bootstrap/Navbar.Item.js

index 63a0bcc..8f4f4ae 100644 (file)
@@ -40,7 +40,7 @@ Roo.extend(Roo.bootstrap.Navbar.Item, Roo.bootstrap.Component,  {
            }
            
            if (this.glyphicon) {
-               cfg.cn[0].html = '<i class="glyphicon glyphicon-'+this.glyphicon+'"></i>'+cfg.cn[0].html || this.html
+               cfg.cn[0].html = '<span class="glyphicon glyphicon-'+this.glyphicon+'"></span>'+cfg.cn[0].html || this.html
            }
            
            return cfg;