diff --git a/src/controllers/itemDetails/index.js b/src/controllers/itemDetails/index.js index 4cb329b2e4..9e90345841 100644 --- a/src/controllers/itemDetails/index.js +++ b/src/controllers/itemDetails/index.js @@ -747,7 +747,7 @@ function renderLinks(page, item) { if (item.ExternalUrls) { for (const url of item.ExternalUrls) { - links.push(`${url.Name}`); + links.push(`${escapeHtml(url.Name)}`); } }