From aa5b298f58ea264a1859bf46304d1a39fc06ec4a Mon Sep 17 00:00:00 2001 From: Benjy Cui Date: Tue, 15 Mar 2016 16:52:04 +0800 Subject: [PATCH] site: title should support inner html --- site/component/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/component/utils.js b/site/component/utils.js index b13e9ccad0..e8d161e219 100644 --- a/site/component/utils.js +++ b/site/component/utils.js @@ -44,7 +44,7 @@ export function objectToComponent(pathname, object, index) { key: index, id: children, }, [ - object.children, + , #, ]); }