* remove htmlspecialchars_decode for html block.

This commit is contained in:
wangyidong
2019-09-19 14:24:40 +08:00
parent 003f68c25d
commit b6a3307e41
+1 -1
View File
@@ -346,7 +346,7 @@ class block extends control
}
else
{
$html = "<div class='panel-body'><div class='article-content'>" . htmlspecialchars_decode($block->params->html) .'</div></div>';
$html = "<div class='panel-body'><div class='article-content'>" . $block->params->html . '</div></div>';
}
}
elseif($block->source != '')