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 @@
-
= _t('sub.category.empty') ?>
+ = _t('sub.category.empty') ?>
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 + '
');
}
}
}