From b069aa313f1d7129a692db4b9cc0be9f50dfe61f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 9 Sep 2016 10:56:53 +0800 Subject: [PATCH] Roo/doc/Section.js --- Roo/doc/Section.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/doc/Section.js b/Roo/doc/Section.js index 3bab1f8e2b..be6016cb16 100644 --- a/Roo/doc/Section.js +++ b/Roo/doc/Section.js @@ -36,7 +36,7 @@ Roo.extend(Roo.doc.Section, Roo.bootstrap.Component, { { tag: 'h1', cls : 'title', - html : this.stype.charAt(0).toUpperCase() + this.stype.slice(1) //ucfirst + html : Roo.doc.Section.map[this.stype] } ] }; -- 2.39.2