diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -10,7 +10,7 @@ Kallithea %if c.site_name: -
- ${c.site_name}
+
${c.site_name}
%endif diff --git a/kallithea/templates/login.html b/kallithea/templates/login.html --- a/kallithea/templates/login.html +++ b/kallithea/templates/login.html @@ -17,7 +17,7 @@ Kallithea %if c.site_name: -
- ${c.site_name}
+
${c.site_name}
%endif diff --git a/kallithea/templates/password_reset.html b/kallithea/templates/password_reset.html --- a/kallithea/templates/password_reset.html +++ b/kallithea/templates/password_reset.html @@ -17,7 +17,7 @@ Kallithea %if c.site_name: -
- ${c.site_name}
+
${c.site_name}
%endif diff --git a/kallithea/templates/register.html b/kallithea/templates/register.html --- a/kallithea/templates/register.html +++ b/kallithea/templates/register.html @@ -15,7 +15,7 @@ Kallithea %if c.site_name: -
- ${c.site_name}
+
${c.site_name}
%endif diff --git a/kallithea/tests/functional/test_admin_settings.py b/kallithea/tests/functional/test_admin_settings.py --- a/kallithea/tests/functional/test_admin_settings.py +++ b/kallithea/tests/functional/test_admin_settings.py @@ -176,4 +176,4 @@ class TestAdminSettingsController(TestCo new_title.decode('utf-8')) response = response.follow() - response.mustcontain("""
- %s
""" % new_title) + response.mustcontain("""
%s
""" % new_title)