Skip to content

Commit 231a116

Browse files
committed
Fix what may have been a regression in the form of the anchors in the materials list page.
- Legacy-Id: 5057
1 parent e72d344 commit 231a116

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/templates/meeting/list_group.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<table class="ietf-materials">
33
<tr>
44
<td style="width:12em;">
5+
<a name="{{ session.group.acronym }}"></a>
6+
<a name="wg-{{ session.group.acronym }}"></a>
57
<a name="session.group-{{ session.group.acronym }}"></a>
68
<b>
79
{% if session.name %}

0 commit comments

Comments
 (0)