Skip to content
2 changes: 1 addition & 1 deletion .version-data.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2025.1"
"version": "2025.1.1"
}
2 changes: 1 addition & 1 deletion wp-dsfr-theme/.version-data.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2025.1"
"version": "2025.1.1"
}
3 changes: 3 additions & 0 deletions wp-dsfr-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.1.1
- Add missing <li> tag around links in tags-group.php

# 5.1
- Big update of the SCSS folder content and organization

Expand Down
2 changes: 2 additions & 0 deletions wp-dsfr-theme/components/parts/common/tags-group.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
'title' => $fr_tag['title'],
],
[
'before' => '<li>',
'after' => '</li>',
'content' => $fr_tag['label']
]
);
Expand Down