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'];