Roo/bootstrap/Button.js
authorEdward <edward@roojs.com>
Fri, 28 Mar 2014 11:49:04 +0000 (19:49 +0800)
committerEdward <edward@roojs.com>
Fri, 28 Mar 2014 11:49:04 +0000 (19:49 +0800)
Roo/bootstrap/Button.js

index d530bee..29d9292 100644 (file)
@@ -75,7 +75,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
             throw "Invalid value for tag: " + this.tag + ". must be a, button, input or submit.";
             this.tag = 'button';
         } else {
-            cfg.tag = this.tag + "a";
+            cfg.tag = this.tag;
         }
         cfg.html = this.html || cfg.html;