From a1ec3e85eb3742b976d6bac798b22b7c9e00c7e5 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Fri, 31 Oct 2014 14:24:38 +0000 Subject: [PATCH] Replace partial differential character with HTML entity. While we should support Unicode, it's causing many of the tests to fail because the Django test client returns plain strings rather than unicode strings. Maybe this can be reverted when Python 3 is here. - Legacy-Id: 8525 --- ietf/templates/ietf.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/ietf/templates/ietf.html b/ietf/templates/ietf.html index 7a5b05ea5..6f1b95479 100644 --- a/ietf/templates/ietf.html +++ b/ietf/templates/ietf.html @@ -7,12 +7,7 @@ - - {% block title %}No title{% endblock %} - {% if server_mode %} - {% ifnotequal server_mode "production" %}∂{% endifnotequal %} - {% endif %} - + {% block title %}No title{% endblock %}{% if server_mode and server_mode != "production" %} ∂{% endif %} @@ -25,8 +20,8 @@ {% block pagehead %}{% endblock %} - - + + {% filter amp|smartypants %} @@ -67,7 +62,7 @@ IETF Datatracker {% if server_mode %} - {% ifnotequal server_mode "production" %}∂{% endifnotequal %} + {% if server_mode != "production" %}∂{% endif %} {% endif %}