X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhelp.php;h=95fe91c38bc89735e14ae29bf5d139025d949ede;hb=6504156508615a855ef3f582191b4b82147a7231;hp=72225692793d5206d412d9e2a671f63ded4ab762;hpb=0db83b958659582ef2a7a20226cc7eea06bd9397;p=friendica.git diff --git a/mod/help.php b/mod/help.php index 7222569279..95fe91c38b 100644 --- a/mod/help.php +++ b/mod/help.php @@ -1,4 +1,7 @@ page['title'] = t('Help'); } else { - $a->page['aside'] = Markdown($home); + $a->page['aside'] = Markdown($home, false); } if (!strlen($text)) { @@ -57,7 +60,7 @@ function help_content(&$a) { )); } - $html = Markdown($text); + $html = Markdown($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 = "