Skip to content

Commit fd52441

Browse files
committed
Fix duplicate number in list on announcement detail page by converting explicit list numbering and <br> into an ordered list.
- Legacy-Id: 575
1 parent 0484e83 commit fd52441

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

ietf/templates/iesg/ballotinfo_detail.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@
44
{% block content %}
55
<center><h2>IESG Announcement</center>
66
<blockquote>
7-
7+
<p>
88
This page contains an IESG Protocol, Document, or Working Group Action
99
announcement. Other announcements can be found using the links below.
10+
</p>
1011

11-
<br><br>
1212
<b>
13-
1. <a href="#protocol">Protocol Action Announcements</a><br>
14-
2. <a href="#document">Document Action Announcements</a><br>
15-
3. <a href="#wg">Working Group Action Announcements</a><br>
16-
4. <a href="/iesg/ann/ietf-doc/recent/">Recent IESG Announcements</a><br>
17-
4. <a href="/iesg/ann/ietf-doc/previous/">Previous IESG Announcements</a><br>
13+
<ol>
14+
<li><a href="#protocol">Protocol Action Announcements</a></li>
15+
<li><a href="#document">Document Action Announcements</a></li>
16+
<li><a href="#wg">Working Group Action Announcements</a></li>
17+
<li><a href="/iesg/ann/ietf-doc/recent/">Recent IESG Announcements</a></li>
18+
<li><a href="/iesg/ann/ietf-doc/previous/">Previous IESG Announcements</a></li>
19+
</ol>
1820
</b>
1921
</blockquote>
2022
<hr>

0 commit comments

Comments
 (0)