From 6e729e1960305df0f2ac467df3cd9dcd29394106 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 28 Mar 2014 19:49:04 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2