Skip to content

Commit f2445e9

Browse files
committed
Fixed a typo in the meeting agenda template. Fixes issue ietf-tools#1793.
- Legacy-Id: 10100
1 parent 30a518a commit f2445e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/meeting/agenda.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h2>
157157
<tr><th class="gap" colspan="6"></th></tr>
158158
<tr class="warning">
159159
<th colspan="6">
160-
%# The anchor here needs to be in a div, not in the th, in order for the anchor-target margin hack to work #}
160+
{# The anchor here needs to be in a div, not in the th, in order for the anchor-target margin hack to work #}
161161
<div class="anchor-target" id="{{item.timeslot.time|slugify}}"/>
162162
{% if "-utc" in request.path %}
163163
{{ item.timeslot.utc_start_time|date:"l, F j, Y" }} (UTC)

0 commit comments

Comments
 (0)