From 3f4c55a5af2cbb01c6a31bc92bee484b28f97d62 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 7 Aug 2018 14:03:42 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index e925a300ca..5ab0c6d0c4 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -252,7 +252,8 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { if (this.menu) { cfg.cls += ' dropdown'; - cfg.html = typeof(cfg.html) != 'undefined' ? cfg.html + ' ' : ''; + cfg.html = typeof(cfg.html) != 'undefined' ? + cfg.html + ' ' : ''; } if (cfg.tag !== 'a' && this.href !== '') { -- 2.39.2