Skip to content

Commit c7afdc0

Browse files
authored
Merge pull request #23 from BeAPI/release/a11y
Release/a11y
2 parents 7fd8363 + 5cce418 commit c7afdc0

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.version-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2025.1"
2+
"version": "2025.1.1"
33
}

wp-dsfr-theme/.version-data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2025.1"
2+
"version": "2025.1.1"
33
}

wp-dsfr-theme/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 5.1.1
2+
- Add missing <li> tag around links in tags-group.php
3+
14
# 5.1
25
- Big update of the SCSS folder content and organization
36

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)