We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ac1856 + a886f9d commit 666d67eCopy full SHA for 666d67e
1 file changed
ietf/secr/templates/proceedings/index.html
@@ -47,8 +47,7 @@ <h3><a name="irtf" id="irtf">5. Internet Research Task Force </h3>
47
<h3>6. Other</h3>
48
<ul>
49
{% for group in extras %}
50
- <li><a href="{{ group.acronym }}.html">6.{{ forloop.counter }} {{ group.name }}</a><
51
-/li>
+ <li><a href="{{ group.acronym }}.html">6.{{ forloop.counter }} {{ group.name }}</a></li>
52
{% endfor %}
53
</ul>
54
{% endif %}
0 commit comments