From f06e1c015faa8f7a259605ebff79ec207ee8b5ec Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 4 Dec 2014 15:39:47 +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 29beaf86a1..20d6545e29 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 = 'ul'; + cfg.tag = 'div'; this.glyphicon = 'caret'; } -- 2.39.2