From 760a1e22ef93ebefad10abd23a75981fabe4fb4a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 Jan 2014 20:53:02 +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 539dd699da..757b0fce04 100644 --- a/Roo/bootstrap/Header.js +++ b/Roo/bootstrap/Header.js @@ -34,7 +34,7 @@ Roo.extend(Roo.bootstrap.Navbar.Button, Roo.bootstrap.Component, { var cfg = { tag: 'h' + (1 *this.cfg.level), - html: 'hello', + html: this.html || 'fill in html' } ; -- 2.39.2