diff --git a/e107_plugins/news/templates/news_menu_template.php b/e107_plugins/news/templates/news_menu_template.php
index 304e2694e..0f00371a8 100644
--- a/e107_plugins/news/templates/news_menu_template.php
+++ b/e107_plugins/news/templates/news_menu_template.php
@@ -19,7 +19,7 @@ $NEWS_MENU_TEMPLATE['category']['end'] = '';
$NEWS_MENU_TEMPLATE['category']['item'] = '
';
-$NEWS_MENU_TEMPLATE['category']['separator'] = '
';
+//$NEWS_MENU_TEMPLATE['category']['separator'] = '
';
// months menu
$NEWS_MENU_TEMPLATE['months']['start'] = '';
$NEWS_MENU_TEMPLATE['months']['item'] = '
';
-$NEWS_MENU_TEMPLATE['months']['separator'] = '
';
+//$NEWS_MENU_TEMPLATE['months']['separator'] = '
';
// latest menu
$NEWS_MENU_TEMPLATE['latest']['start'] = '';
$NEWS_MENU_TEMPLATE['latest']['item'] = '
';
-$NEWS_MENU_TEMPLATE['latest']['separator'] = '
'; // Shouldn't be needed.
\ No newline at end of file
+//$NEWS_MENU_TEMPLATE['latest']['separator'] = '
'; // Shouldn't be needed.