X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhelp.php;h=9a4b275f956185f1890701b9329c2cb167fa209a;hb=a5e91175243a41c77a56e73efc3672f20a7e6d23;hp=c380aa39138267de91eca27a5c2919e3d5f36fab;hpb=dbf7c7d9ad697f7951f102c8372e7d65c167de96;p=friendica.git diff --git a/mod/help.php b/mod/help.php index c380aa3913..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)) { @@ -57,7 +61,7 @@ function help_content(App $a) { )); } - $html = Markdown($text); + $html = Markdown($text, false); if ($filename !== "Home") { // create TOC but not for home @@ -77,7 +81,7 @@ function help_content(App $a) { if ($level>$lastlevel) $toc.=""; $html = implode("\n",$lines); - $a->page['aside'] = $toc.$a->page['aside']; + $a->page['aside'] = '
' . $toc . $a->page['aside'] . '
'; } $html = "