Skip to content

Commit

Permalink
fix: Add html-validate suppression that should have been part of #6356 (
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Oct 9, 2023
1 parent a6babab commit 0f16012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ietf/templates/group/all_photos.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<h1>{{ group_type | upper }} {{ role }} photos</h1>
{% regroup roles|dictsort:"last_initial" by last_initial as alphabet_blocks %}
{% for letter in alphabet_blocks %}
<!-- [html-validate-disable-next valid-id -- Unicode IDs are OK in HTML5] -->
<h2 class="mt-4" {% if letter.grouper|slugify %}id="{{ letter.grouper }}"{% endif %}>{{ letter.grouper }}</h2>
{% regroup letter.list by person as person_groups %}
{# keep in sync with group_photos.html #}
Expand Down

0 comments on commit 0f16012

Please sign in to comment.