You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ietf/templates/idrfc/base_wgmenu.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,9 @@
32
32
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33
33
{% endcomment %}
34
34
{% for area in areas %}
35
-
<liclass="yuimenuitem"><aclass="yuimenuitemlabel">{{area.areaName|escape }}</a><divid="wgs-{{area.areaAcronym}}" class="yuimenu"><divclass="bd"><ul>{% for wg in area.wgs %}
<liclass="yuimenuitem"><aclass="yuimenuitemlabel">{{area.short_name }}</a><divid="wgs-{{area.area.area_acronym}}" class="yuimenu"><divclass="bd"><ul>{% for wg in area.area.active_wgs %}
0 commit comments