diff --git a/kallithea/templates/base/root.html b/kallithea/templates/base/root.html
--- a/kallithea/templates/base/root.html
+++ b/kallithea/templates/base/root.html
@@ -53,9 +53,7 @@
'MSG_SORTDESC': "${_('Click to sort descending')}",
'MSG_EMPTY': "${_('No records found.')}",
'MSG_ERROR': "${_('Data error.')}",
- 'MSG_LOADING': "${_('Loading...')}",
-
-
+ 'MSG_LOADING': "${_('Loading...')}"
};
var _TM = TRANSLATION_MAP;