X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhelp.php;h=95fe91c38bc89735e14ae29bf5d139025d949ede;hb=6504156508615a855ef3f582191b4b82147a7231;hp=c2693dedba57103e318f59d50cbaf135e28c99ef;hpb=9972a029e3019a15f2b98def80e850ff85a43429;p=friendica.git diff --git a/mod/help.php b/mod/help.php index c2693dedba..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(App &$a) { )); } - $html = Markdown($text); + $html = Markdown($text, false); if ($filename !== "Home") { // create TOC but not for home @@ -87,7 +90,7 @@ function help_content(App &$a) { for($k=0;$k<$lastlevel; $k++) $toc.=""; $html = implode("\n",$lines); - $a->page['aside'] = $toc.$a->page['aside']; + $a->page['aside'] = '
' . $toc . $a->page['aside'] . '
'; } $html = "