From 59f49c4c451f956e1b22856b8bce1064d190ee98 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 4 Dec 2014 15:40:29 +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 20d6545e29..29beaf86a1 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -167,7 +167,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { if (this.items) { Roo.log('changing to ul' ); - cfg.tag = 'div'; + cfg.tag = 'ul'; this.glyphicon = 'caret'; } -- 2.39.2