X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhelp.php;h=9a4b275f956185f1890701b9329c2cb167fa209a;hb=10ede7314136edb1c475e1af546a59ff4c5648cf;hp=320e622fa51c06674787d54e7c4d3513f8b9467e;hpb=0c67c89715df801e0c887be50c9739db3bae7ca3;p=friendica.git diff --git a/mod/help.php b/mod/help.php index 320e622fa5..9a4b275f95 100644 --- a/mod/help.php +++ b/mod/help.php @@ -1,4 +1,8 @@ page['title'] = t('Help'); } else { - $a->page['aside'] = Markdown($home); + $a->page['aside'] = Markdown($home, false); } if (!strlen($text)) { @@ -58,12 +61,12 @@ function help_content(&$a) { )); } - $html = Markdown($text); + $html = Markdown($text, false); if ($filename !== "Home") { // create TOC but not for home $lines = explode("\n", $html); - $toc="

TOC