From: Fabrixxm Date: Fri, 12 Feb 2016 08:26:42 +0000 (+0100) Subject: docs: small fixes to help sidebar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=89d63b25238d2628cca3124ca92b1b8ea87a5667;p=friendica.git docs: small fixes to help sidebar --- 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'];