diff --git a/resources/views/reports/default/month.twig b/resources/views/reports/default/month.twig
index ccc14c3877..d5cff5eedb 100644
--- a/resources/views/reports/default/month.twig
+++ b/resources/views/reports/default/month.twig
@@ -31,7 +31,14 @@
-
diff --git a/resources/views/reports/default/multi-year.twig b/resources/views/reports/default/multi-year.twig
index 5ce435fbf8..3841050be2 100644
--- a/resources/views/reports/default/multi-year.twig
+++ b/resources/views/reports/default/multi-year.twig
@@ -42,7 +42,14 @@
-
diff --git a/resources/views/reports/default/year.twig b/resources/views/reports/default/year.twig
index bbd280301b..7d897601bf 100644
--- a/resources/views/reports/default/year.twig
+++ b/resources/views/reports/default/year.twig
@@ -45,7 +45,14 @@
-
diff --git a/resources/views/reports/partials/expenses.twig b/resources/views/reports/partials/expenses.twig
index a2465c390b..3491b33564 100644
--- a/resources/views/reports/partials/expenses.twig
+++ b/resources/views/reports/partials/expenses.twig
@@ -1,46 +1,39 @@
-
-
-
-
-
- {% for expense in expenses.getExpenses %}
- {% if loop.index > listLength %}
-
- {% else %}
-
- {% endif %}
-
- {{ expense.name }}
- {% if expense.count > 1 %}
-
-
- {{ expense.count }} {{ 'transactions'|_|lower }}
-
-
- {% endif %}
- |
-
- {{ (expense.amount)|formatAmount }}
- |
-
- {% endfor %}
-
-
- {% if expenses.getExpenses|length > expenseTopLength %}
-
-
- {{ trans('firefly.show_full_list',{number:incomeTopLength}) }}
- |
-
- {% endif %}
+
+
+ {% for expense in expenses.getExpenses %}
+ {% if loop.index > listLength %}
+
+ {% else %}
- {{ 'sum'|_ }} |
- {{ (expenses.getTotal)|formatAmount }} |
-
-
-
-
-
+ {% endif %}
+
+ {{ expense.name }}
+ {% if expense.count > 1 %}
+
+
+ {{ expense.count }} {{ 'transactions'|_|lower }}
+
+
+ {% endif %}
+ |
+
+ {{ (expense.amount)|formatAmount }}
+ |
+
+ {% endfor %}
+
+
+ {% if expenses.getExpenses|length > expenseTopLength %}
+
+
+ {{ trans('firefly.show_full_list',{number:incomeTopLength}) }}
+ |
+
+ {% endif %}
+
+ {{ 'sum'|_ }} |
+ {{ (expenses.getTotal)|formatAmount }} |
+
+
+