* change for flowchart.
This commit is contained in:
@@ -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 != '')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user