From b2bc46b67700038e05ad4c007854b96c1470be56 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 12 Aug 2013 07:02:40 +0200 Subject: [PATCH] minor cosmetic change in printNavigation() --- views/bootstrap/class.Bootstrap.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index cdaf1d6ae..689618569 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -281,7 +281,8 @@ background-image: linear-gradient(to bottom, #882222, #111111);; echo " \n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; switch ($pageType) { case "view_folder": $this->folderNavigationBar($extra);