From c78e7fccba0a0680ed748fb2172bb1056346820f Mon Sep 17 00:00:00 2001 From: Kanti Date: Mon, 4 Aug 2014 07:29:48 +0200 Subject: [PATCH] bugfix active menu link --- system/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/includes/functions.php b/system/includes/functions.php index e40a138..7188c6e 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -1139,7 +1139,7 @@ function get_menu() { } else { $active = ''; } - echo '
  • '; + echo '
  • '; $subPages = get_static_sub_pages(str_replace('.md', '', $base)); echo '' . ucwords($title) . '
    ';