From 89d63b25238d2628cca3124ca92b1b8ea87a5667 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Fri, 12 Feb 2016 09:26:42 +0100 Subject: [PATCH] docs: small fixes to help sidebar --- mod/help.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'];