Roo/bootstrap/Button.js
authorJulian Knowles <julian@roojs.com>
Mon, 20 Jan 2014 10:42:49 +0000 (18:42 +0800)
committerJulian Knowles <julian@roojs.com>
Mon, 20 Jan 2014 10:42:49 +0000 (18:42 +0800)
Roo/bootstrap/Button.js

index 2255315..574f898 100644 (file)
@@ -106,7 +106,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
             
             cfg.cls = '';
             cfg.cn =  [{
-                tag : this.tag,
+                tag : 'a',
                 html : this.html,
                 href : this.href || '#'
             }];