diff --git a/e107_core/templates/nextprev_template.php b/e107_core/templates/nextprev_template.php
index ba0380d57..8a43b7ab8 100644
--- a/e107_core/templates/nextprev_template.php
+++ b/e107_core/templates/nextprev_template.php
@@ -130,7 +130,7 @@ $NEXTPREV_TEMPLATE['admin_nav_next'] = '
{label}';
-$NEXTPREV_TEMPLATE['admin_item_current'] = '{label}';
+$NEXTPREV_TEMPLATE['admin_item_current'] = '{label}';
$NEXTPREV_TEMPLATE['admin_items_end'] = '';
//$NEXTPREV_TEMPLATE['admin_separator'] = '';
diff --git a/e107_handlers/theme_handler.php b/e107_handlers/theme_handler.php
index 27761ac1a..50c00fca3 100644
--- a/e107_handlers/theme_handler.php
+++ b/e107_handlers/theme_handler.php
@@ -1570,7 +1570,7 @@ class themeHandler
$text .= "".str_replace("_menu","",$val['menu_name'])."";
}
-
+
$text .= "";
return $text;
diff --git a/e107_themes/bootstrap3/css/bootstrap_dark.css b/e107_themes/bootstrap3/css/bootstrap_dark.css
index 8e7969f55..2eba0bff4 100644
--- a/e107_themes/bootstrap3/css/bootstrap_dark.css
+++ b/e107_themes/bootstrap3/css/bootstrap_dark.css
@@ -4753,7 +4753,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
padding: 8px 12px;
line-height: 1.42857143;
text-decoration: none;
- color: #4f93ce;
+ color: #c6c6c6;
background-color: #212121;
border: 1px solid rgba(0, 0, 0, 0.6);
margin-left: -1px;