Skip to content

Commit 666d67e

Browse files
committed
Merged [7653] from rcross@amsl.com: fix two issues with proceedings generation.
- Legacy-Id: 7654 Note: SVN reference [7653] has been migrated to Git commit a886f9d
2 parents 3ac1856 + a886f9d commit 666d67e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/secr/templates/proceedings/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ <h3><a name="irtf" id="irtf">5. Internet Research Task Force </h3>
4747
<h3>6. Other</h3>
4848
<ul>
4949
{% for group in extras %}
50-
<li><a href="{{ group.acronym }}.html">6.{{ forloop.counter }} {{ group.name }}</a><
51-
/li>
50+
<li><a href="{{ group.acronym }}.html">6.{{ forloop.counter }} {{ group.name }}</a></li>
5251
{% endfor %}
5352
</ul>
5453
{% endif %}

0 commit comments

Comments
 (0)