diff --git a/rhodecode/templates/base/root.html b/rhodecode/templates/base/root.html
--- a/rhodecode/templates/base/root.html
+++ b/rhodecode/templates/base/root.html
@@ -9,8 +9,8 @@
## CSS ###
<%def name="css()">
-
-
+
+
## EXTRA FOR CSS
${self.css_extra()}
%def>
@@ -50,13 +50,13 @@
};
var _TM = TRANSLATION_MAP;
-
+
-
-
-
+
+
+
## EXTRA FOR JS
${self.js_extra()}