X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fhelp.php;h=72225692793d5206d412d9e2a671f63ded4ab762;hb=0c9cc29a51941eb572bf16fd5489d0947d47d033;hp=5465d3e900f9827438de3c60fbf492f920914c01;hpb=f579b2af55f33b663b2a81c732f3ff76f166dff6;p=friendica.git diff --git a/mod/help.php b/mod/help.php index 5465d3e900..7222569279 100644 --- a/mod/help.php +++ b/mod/help.php @@ -62,7 +62,7 @@ function help_content(&$a) { if ($filename !== "Home") { // create TOC but not for home $lines = explode("\n", $html); - $toc="

TOC

"; $html = implode("\n",$lines); $a->page['aside'] = $toc.$a->page['aside'];