From de2ed527b4f619671827b0c346fab4e325d03674 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Wed, 16 Oct 2013 12:04:27 +0000 Subject: [PATCH] Fix indentation problem with ballot writeup in Secretariat telechat tool and fix problem with unescaped << and >> - Legacy-Id: 6453 --- ietf/secr/templates/telechat/doc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ietf/secr/templates/telechat/doc.html b/ietf/secr/templates/telechat/doc.html index a26d39fd7..793bf308f 100644 --- a/ietf/secr/templates/telechat/doc.html +++ b/ietf/secr/templates/telechat/doc.html @@ -7,8 +7,8 @@ {% block subsection %}
{% if document %} - {% if not nav_start %}<< Previous{% endif %} - {% if not nav_end %}Next >>{% endif %} + {% if not nav_start %}« Previous{% endif %} + {% if not nav_end %}Next »{% endif %}

{% for line in header %} @@ -64,7 +64,7 @@

Ballot Writeup

-    {{ writeup }}
+{{ writeup }}