Skip to content

Commit 1cf07ae

Browse files
committed
/wg/: fix mailto links for WG chairs
- Legacy-Id: 2175
1 parent 5a3bd28 commit 1cf07ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/wginfo/wg-dir.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h2 class="ietf-divider" id="{{area.area_acronym.name|cut:" "}}">{{ area.area_ac
8080
<table class="ietf-wg-table">
8181
{% endif %}
8282
<tr><td width="10%;"><a href="/wg/{{wg}}/">{{ wg }}</a></td><td width="50%">{{ wg.group_acronym.name }}</td>
83-
<td width="39%">{% for chair in wg.chairs %}<a href="mailto:{{chair.person.email}}">{{chair.person}}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</td></tr>
83+
<td width="39%">{% for chair in wg.chairs %}<a href="mailto:{{chair.person.email.1}}">{{chair.person}}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</td></tr>
8484
{% if forloop.last %}
8585
</table>
8686
</div>

0 commit comments

Comments
 (0)