* change for flowchart.

This commit is contained in:
wangyidong
2018-01-24 17:05:40 +08:00
parent f6be2bb180
commit b668217ba2
5 changed files with 95 additions and 109 deletions
+1 -1
View File
@@ -308,7 +308,7 @@ class block extends control
$html = '';
if($block->block == 'html')
{
$html = "<div class='article-content'>" . htmlspecialchars_decode($block->params->html) .'</div>';
$html = "<div class='panel-body'><div class='article-content'>" . htmlspecialchars_decode($block->params->html) .'</div></div>';
}
elseif($block->source != '')
{