# HG changeset patch # User Mads Kiilerich # Date 2014-08-01 20:28:42 # Node ID 34a7bec2c525d9879cc8dc668d4539b61318baf6 # Parent 6f87a5ae84b72dba4224b29e1b4e57d592a5fcca header: remove dash before branding 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)