From: Hypolite Petovan Date: Tue, 29 Jan 2019 13:51:02 +0000 (-0500) Subject: [frio] Fix help TOC display X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e6dccc42e4235fcedc740a1cf89c1650f8b59750;p=friendica.git [frio] Fix help TOC display --- diff --git a/mod/help.php b/mod/help.php index 3df280dbd6..cdfedac6ff 100644 --- a/mod/help.php +++ b/mod/help.php @@ -84,7 +84,7 @@ function help_content(App $a) $level = intval($level); if ($level < $lastlevel) { for ($k = $level; $k < $lastlevel; $k++) { - $toc .= ""; + $toc .= ""; } for ($k = $level + 1; $k < count($idnum); $k++) { @@ -93,7 +93,7 @@ function help_content(App $a) } if ($level > $lastlevel) { - $toc .= "