From 16b4f514966cf64d67ce4d1e96219df78927b169 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 28 Jan 2014 14:52:31 +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 30c473d78a..31f336ee58 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -158,7 +158,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { delete cfg.html; } else if (this.menu) { - cfg.tag = 'a' + cfg.tag = 'a'; cfg.cls += ' dropdown test'; } -- 2.39.2