From f934eb981e21f9eecca6d944b77dd7a07c74eb06 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 16 Oct 2021 13:14:18 +0200 Subject: fix (#3888) --- p/scripts/category.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/scripts') diff --git a/p/scripts/category.js b/p/scripts/category.js index 2f2b22ae7..3e09fc4c7 100644 --- a/p/scripts/category.js +++ b/p/scripts/category.js @@ -25,7 +25,7 @@ function dragend_process(t) { t.remove(); if (p.childElementCount <= 0) { - p.insertAdjacentHTML('beforeend', '
  • ' + context.i18n.category_empty + '
  • '); + p.insertAdjacentHTML('beforeend', '
  • ' + context.i18n.category_empty + '
  • '); } } } -- cgit v1.2.3