diff --git a/resources/views/reports/partials/balance.twig b/resources/views/reports/partials/balance.twig
index 0c6a412c9d..3cc3be688c 100644
--- a/resources/views/reports/partials/balance.twig
+++ b/resources/views/reports/partials/balance.twig
@@ -41,7 +41,8 @@
{% if balanceEntry.getSpent != 0 %}
{{ (balanceEntry.getSpent)|formatAmountPlain }}
-
+
{% endif %}
{% if balanceEntry.getLeft != 0 %}
{{ (balanceEntry.getLeft)|formatAmountPlain }}
diff --git a/resources/views/reports/partials/budgets.twig b/resources/views/reports/partials/budgets.twig
index c42b375b77..5a886d3e04 100644
--- a/resources/views/reports/partials/budgets.twig
+++ b/resources/views/reports/partials/budgets.twig
@@ -39,7 +39,9 @@
|
{% if budgetLine.getSpent != 0 %}
- {{ budgetLine.getSpent|formatAmount }}
+ {{ budgetLine.getSpent|formatAmount }}
{% endif %}
{% if budgetLine.getSpent == 0 %}
diff --git a/resources/views/reports/partials/categories.twig b/resources/views/reports/partials/categories.twig
index bcaa315449..3aadf8ab07 100644
--- a/resources/views/reports/partials/categories.twig
+++ b/resources/views/reports/partials/categories.twig
@@ -18,7 +18,9 @@
|
{{ cat.spent|formatAmount }} |
-
+
|
{% endfor %}
diff --git a/resources/views/reports/partials/expenses.twig b/resources/views/reports/partials/expenses.twig
index 2cf8ed44f5..329ba056f8 100644
--- a/resources/views/reports/partials/expenses.twig
+++ b/resources/views/reports/partials/expenses.twig
@@ -17,7 +17,7 @@
{{ expense.count }} {{ 'transactions'|_|lower }}
-
+
{% endif %}
diff --git a/resources/views/reports/partials/income.twig b/resources/views/reports/partials/income.twig
index 6c610dafc0..b9da1866e7 100644
--- a/resources/views/reports/partials/income.twig
+++ b/resources/views/reports/partials/income.twig
@@ -17,7 +17,7 @@
{{ income.count }} {{ 'transactions'|_|lower }}
-
+
{% endif %}