From 61c58d8cb02183577b30ebf07ab72ff2af60fef3 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Mon, 9 Sep 2024 22:01:31 +0300 Subject: [PATCH] Fix focus indication on tags `emby-button` class is used as a flag for `EmbyButton.createdCallback`. --- src/controllers/itemDetails/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/itemDetails/index.js b/src/controllers/itemDetails/index.js index 86ebf163be..b5cd1848e2 100644 --- a/src/controllers/itemDetails/index.js +++ b/src/controllers/itemDetails/index.js @@ -1318,7 +1318,7 @@ function renderTags(page, item) { serverId: item.ServerId }); tagElements.push( - `` + `` + escapeHtml(tag) + '' );