Skip to content

Commit 78b77a7

Browse files
authored
Merge pull request #20 from BeAPI/fix/a11y
Fix accessibility
2 parents 608c35e + ed19983 commit 78b77a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wp-dsfr-theme/components/parts/common/tags-group.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
'title' => $fr_tag['title'],
5252
],
5353
[
54+
'before' => '<li>',
55+
'after' => '</li>',
5456
'content' => $fr_tag['label']
5557
]
5658
);

0 commit comments

Comments
 (0)