From: Edward Date: Fri, 28 Mar 2014 11:49:04 +0000 (+0800) Subject: Roo/bootstrap/Button.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=6e729e1960305df0f2ac467df3cd9dcd29394106;p=roojs1 Roo/bootstrap/Button.js --- diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index d530bee836..29d9292907 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -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;