X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhelp.php;h=65221165fdd5d23e6c14645fa3ad13f447e2e27a;hb=430bd7c6ac2ead5c72557e0fe2e004a41a21ba9b;hp=72225692793d5206d412d9e2a671f63ded4ab762;hpb=88018b6e733f7d039476a54375854897294c3999;p=friendica.git diff --git a/mod/help.php b/mod/help.php index 7222569279..65221165fd 100644 --- a/mod/help.php +++ b/mod/help.php @@ -1,5 +1,8 @@ page['title'] = t('Help'); } else { - $a->page['aside'] = Markdown($home); + $a->page['aside'] = Markdown::convert($home, false); } if (!strlen($text)) { @@ -57,7 +60,7 @@ function help_content(&$a) { )); } - $html = Markdown($text); + $html = Markdown::convert($text, false); if ($filename !== "Home") { // create TOC but not for home @@ -77,7 +80,7 @@ function help_content(&$a) { if ($level>$lastlevel) $toc.=""; $html = implode("\n",$lines); - $a->page['aside'] = $toc.$a->page['aside']; + $a->page['aside'] = '
' . $toc . $a->page['aside'] . '
'; } $html = "