diff --git a/include/inc_front/content/cnt0.article.inc.php b/include/inc_front/content/cnt0.article.inc.php index 692bd5736..c7cea8834 100644 --- a/include/inc_front/content/cnt0.article.inc.php +++ b/include/inc_front/content/cnt0.article.inc.php @@ -47,7 +47,7 @@ case 'markdown': init_markdown(); - $crow['acontent_text'] = $phpwcms['parsedown_class']->text($crow['acontent_text']); + $crow['acontent_text'] = $phpwcms['parsedown_class']->toHtml($crow['acontent_text']); break; case 'textile':