Skip to content

Commit 6b29c7d

Browse files
author
Michael Lee
committed
fixes ticket 198
- Legacy-Id: 846
1 parent 6818e59 commit 6b29c7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/meeting/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h4>Corrections to submissions cutoff date:{{ cor_cut_off_date|date:"F j, Y" }}
9292
<table cellpadding="0" cellspacing="0" border="2" width="80%">
9393
<tr><a name="wg-{{ wg.acronym }}"></a>
9494
<td align="center" bgcolor="#DDFFDD" width="20%"><b>{{ wg.acronym|upper }}</b><br>
95-
{% if wg.agenda_file %}<a href="http://www3..ietf.org/proceedings/{{ wg.agenda_file }}">[Agenda]</a>{% endif %}{% if wg.minute_file %} <a href="http://www3.ietf.org/proceedings/{{ wg.minute_file }}">[Minutes]</a>{% endif %}</td>
95+
{% if wg.agenda_file %}<a href="http://www3.ietf.org/proceedings/{{ wg.agenda_file }}">[Agenda]</a>{% endif %}{% if wg.minute_file %} <a href="http://www3.ietf.org/proceedings/{{ wg.minute_file }}">[Minutes]</a>{% endif %}</td>
9696
<td><table border="1" width="100%">
9797
{% include "meeting/submission_status_snippet.html" %}
9898
{% for slide in wg.slides %}

0 commit comments

Comments
 (0)