Skip to content

Commit

Permalink
content: generateAlbumSidebar: use blockwrap for groups-differ notice
Browse files Browse the repository at this point in the history
  • Loading branch information
towerofnix committed Apr 5, 2024
1 parent 4a94286 commit 2a7154c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default {
html.tag('p',
language.$('albumSidebar.groupBox.trackGroupsDiffer', {
groups:
language.formatConjunctionList(relations.groupLinks),
html.metatag('blockwrap',
language.formatConjunctionList(relations.groupLinks)),
})),
}),
};

0 comments on commit 2a7154c

Please sign in to comment.