diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -1,6 +1,6 @@ ## -*- coding: utf-8 -*- - + ${next.title()} @@ -10,22 +10,19 @@ ${self.css()} ${self.js()} -%if c.ga_code: - -%endif + %if c.ga_code: + + %endif diff --git a/rhodecode/templates/errors/error_document.html b/rhodecode/templates/errors/error_document.html --- a/rhodecode/templates/errors/error_document.html +++ b/rhodecode/templates/errors/error_document.html @@ -1,6 +1,6 @@ ## -*- coding: utf-8 -*- - + Error - ${c.error_message} diff --git a/rhodecode/templates/login.html b/rhodecode/templates/login.html --- a/rhodecode/templates/login.html +++ b/rhodecode/templates/login.html @@ -1,6 +1,6 @@ ## -*- coding: utf-8 -*- - + ${_('Sign In')} - ${c.rhodecode_name} diff --git a/rhodecode/templates/password_reset.html b/rhodecode/templates/password_reset.html --- a/rhodecode/templates/password_reset.html +++ b/rhodecode/templates/password_reset.html @@ -1,6 +1,6 @@ ## -*- coding: utf-8 -*- - + ${_('Reset You password')} - ${c.rhodecode_name} diff --git a/rhodecode/templates/register.html b/rhodecode/templates/register.html --- a/rhodecode/templates/register.html +++ b/rhodecode/templates/register.html @@ -1,6 +1,6 @@ ## -*- coding: utf-8 -*- - + ${_('Sign Up')} - ${c.rhodecode_name}