diff --git a/libs/functions.php b/libs/functions.php index ab6b437..f2856a1 100644 --- a/libs/functions.php +++ b/libs/functions.php @@ -104,7 +104,19 @@ function load_page($tree) { if (isset($branch['type']) && $branch['type'] == 'file') { $html = ''; if ($branch['name'] !== 'index') { - $html .= ''; + $html .= ''; + } $html .= MarkdownExtended(file_get_contents($branch['path'])); return $html;