Skip to content

Commit

Permalink
Update tools/doc/html.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
welfoz and lpinca committed Dec 4, 2022
1 parent f116343 commit 2c5ca62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/doc/html.mjs
Expand Up @@ -337,7 +337,7 @@ function parseYAML(text) {

if (meta.removed) {
removed.version = meta.removed;
removed.description = `<span>Removed in: ${removed.version}</span>`;
removed.description = `<span>Removed in: ${removed.version.join(', ')}</span>`;
}

if (meta.changes.length > 0) {
Expand Down

0 comments on commit 2c5ca62

Please sign in to comment.