From: Edward Date: Fri, 15 Aug 2014 07:08:07 +0000 (+0800) Subject: Roo/bootstrap/Button.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=71b96e7e786b7e267dbe3457d31bfe916c517e18 Roo/bootstrap/Button.js --- diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index a7c33aac5e..c20df0d339 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -95,7 +95,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { } else { cfg.tag = this.tag; } - cfg.html = this.html || cfg.html; + cfg.html = '' + (this.html || cfg.html) + ''; if (this.toggle == true) { cfg={