From 4527e61b305133e98357057a12bf8a2e204e4d03 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Oct 2015 10:37:32 +0800 Subject: [PATCH] Roo/bootstrap/Header.js --- Roo/bootstrap/Header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Header.js b/Roo/bootstrap/Header.js index e1d02dc011..503c93baa4 100644 --- a/Roo/bootstrap/Header.js +++ b/Roo/bootstrap/Header.js @@ -36,7 +36,7 @@ Roo.extend(Roo.bootstrap.Header, Roo.bootstrap.Component, { var cfg = { tag: 'h' + (1 *this.level), - html: this.html || (this.cn ? '' : 'fill in html') + html: this.html || ''; } ; return cfg; -- 2.39.2