Skip to content

Commit de2ed52

Browse files
committed
Fix indentation problem with ballot writeup in Secretariat telechat tool and fix problem with unescaped << and >>
- Legacy-Id: 6453
1 parent ec7e014 commit de2ed52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/secr/templates/telechat/doc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
{% block subsection %}
88
<div id="telechat-content">
99
{% if document %}
10-
{% if not nav_start %}<a href="./previous/"><< Previous</a>{% endif %}
11-
{% if not nav_end %}<span class="right-nav"><a href="./next/">Next >></a></span>{% endif %}
10+
{% if not nav_start %}<a href="./previous/">&laquo; Previous</a>{% endif %}
11+
{% if not nav_end %}<span class="right-nav"><a href="./next/">Next &raquo;</a></span>{% endif %}
1212
<br />
1313
<h3>
1414
{% for line in header %}
@@ -64,7 +64,7 @@ <h3>{{ document.name }}-{{ document.rev }} ({{ document.intended_std_level }})</
6464

6565
<a name="writeup"><h2>Ballot Writeup</h2></a>
6666
<pre>
67-
{{ writeup }}
67+
{{ writeup }}
6868
</pre>
6969

7070

0 commit comments

Comments
 (0)