diff --git a/cms/templates/base.html b/cms/templates/base.html
index e4bd066d24..cae3e8f319 100644
--- a/cms/templates/base.html
+++ b/cms/templates/base.html
@@ -1,4 +1,4 @@
-## -*- coding: utf-8 -*-
+## -*- coding: utf-8 -*-
<%! from django.utils.translation import ugettext as _ %>
<%namespace name='static' file='static_content.html'/>
@@ -39,12 +39,6 @@