We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a518a commit f2445e9Copy full SHA for f2445e9
1 file changed
ietf/templates/meeting/agenda.html
@@ -157,7 +157,7 @@ <h2>
157
<tr><th class="gap" colspan="6"></th></tr>
158
<tr class="warning">
159
<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 #}
+ {# The anchor here needs to be in a div, not in the th, in order for the anchor-target margin hack to work #}
161
<div class="anchor-target" id="{{item.timeslot.time|slugify}}"/>
162
{% if "-utc" in request.path %}
163
{{ item.timeslot.utc_start_time|date:"l, F j, Y" }} (UTC)
0 commit comments