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

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