Skip to content

Commit a29965f

Browse files
fix: remove potentially duplicate html entity id (ietf-tools#3818)
1 parent 30d1067 commit a29965f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ietf/templates/meeting/agenda.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ <h2 class="mt-3">
200200
{% if item|is_regular_agenda_item %}
201201
{% ifchanged %}
202202
<tr class="table-secondary session-label-row show-with-children"
203-
id="session-starting-{{ item.timeslot.utc_start_time|date:"Y-m-d H:i"|slugify }}"
204203
data-slot-start-ts="{{ item.start_timestamp }}"
205204
data-slot-end-ts="{{ item.end_timestamp }}">
206205
{% if personalize %}<th scope="row" class="text-center"></th>{% endif %}

0 commit comments

Comments
 (0)