diff --git a/app/index/view/index/index.html b/app/index/view/index/index.html index 02cfb532..5d824add 100644 --- a/app/index/view/index/index.html +++ b/app/index/view/index/index.html @@ -114,7 +114,7 @@

{$scene.title}

-

{$scene.desc}

+

{$scene.desc|raw}

{:lang('index.learn_more')} >
@@ -144,7 +144,7 @@
{$story.title}
-
{$story.desc}
+
{$story.desc|raw}
{:lang('index.learn_more')} >
@@ -172,7 +172,7 @@
{volist name="data_statistics" id="ods"}
-

{$ods.desc}

+

{$ods.desc|raw}

{$ods.title}

{/volist}