From 2c5ca629d827eed3f85ce117330b3a22b3c4f8e3 Mon Sep 17 00:00:00 2001 From: Fabien Michel <104162117+welfoz@users.noreply.github.com> Date: Sun, 4 Dec 2022 20:56:29 +0100 Subject: [PATCH] Update tools/doc/html.mjs Co-authored-by: Luigi Pinca --- tools/doc/html.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/doc/html.mjs b/tools/doc/html.mjs index fc77eaf724bd9e..8e85b8abec32a1 100644 --- a/tools/doc/html.mjs +++ b/tools/doc/html.mjs @@ -337,7 +337,7 @@ function parseYAML(text) { if (meta.removed) { removed.version = meta.removed; - removed.description = `Removed in: ${removed.version}`; + removed.description = `Removed in: ${removed.version.join(', ')}`; } if (meta.changes.length > 0) {