From f934eb981e21f9eecca6d944b77dd7a07c74eb06 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 16 Oct 2021 13:14:18 +0200 Subject: [PATCH] fix (#3888) --- app/views/subscription/index.phtml | 2 +- p/scripts/category.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index 9cbac1bbb..0d58b5436 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -55,7 +55,7 @@ -
  • +
  • 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 + '
  • '); } } }