From f28255de7cf8a31ee71d82856723ddc38572cec5 Mon Sep 17 00:00:00 2001 From: daria Date: Thu, 8 Feb 2024 15:41:31 +0200 Subject: [PATCH] Revert "change span container to a li container" This reverts commit 2231d20b480018484817af5c700106eb9467b5e6. --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index bc397414a..65f28c0c6 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1488,7 +1488,7 @@ define([ } if (!config.container) { - $container = $('
  • ', containerConfig); + $container = $('', containerConfig); } // Button