Skip to content

Commit 1242b37

Browse files
committed
Simplify WG menu a bit
- Legacy-Id: 1920
1 parent f3d96e7 commit 1242b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/idrfc/base_wgmenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
{% endcomment %}
3434
{% for area in areas %}
3535
<li class="yuimenuitem"><a class="yuimenuitemlabel">{{area.areaName|escape }}</a><div id="wgs-{{area.areaAcronym}}" class="yuimenu"><div class="bd"><ul>{% for wg in area.wgs %}
36-
<li class="yuimenuitem"><a class="yuimenuitemlabel" href="http://tools.ietf.org/wg/{{wg.group_acronym}}/">{{wg.group_acronym}} &nbsp; &mdash; &nbsp; {{wg.group_acronym.name|escape}}</a></li>{% endfor %}
36+
<li class="yuimenuitem"><a class="yuimenuitemlabel" href="http://tools.ietf.org/wg/{{wg.group_acronym}}/">{{wg.group_acronym}} &mdash; {{wg.group_acronym.name|escape}}</a></li>{% endfor %}
3737
</ul></div></div></li>
3838
{% endfor %}

0 commit comments

Comments
 (0)