diff --git a/resources/views/v1/reports/partials/budget-period.twig b/resources/views/v1/reports/partials/budget-period.twig
index 27cf2cbb13..5bd717d8f1 100644
--- a/resources/views/v1/reports/partials/budget-period.twig
+++ b/resources/views/v1/reports/partials/budget-period.twig
@@ -12,7 +12,7 @@
{% for key, info in report %}
-
+ |
{% if info.id != 0 %}
{% else %}
diff --git a/resources/views/v1/reports/partials/category-period.twig b/resources/views/v1/reports/partials/category-period.twig
index 17dbfbb940..fc8d400919 100644
--- a/resources/views/v1/reports/partials/category-period.twig
+++ b/resources/views/v1/reports/partials/category-period.twig
@@ -11,7 +11,7 @@
|
{% for info in report %}
-
+ |
{% if info.id != 0 %}
{% else %}
|