diff --git a/src/themes/clean/templates/elements/journal_footer.html b/src/themes/clean/templates/elements/journal_footer.html
index 8818bc98e3..deca7b1ba0 100644
--- a/src/themes/clean/templates/elements/journal_footer.html
+++ b/src/themes/clean/templates/elements/journal_footer.html
@@ -3,7 +3,7 @@
-
+
{% if request.journal.issn %}- ISSN: {{ request.journal.issn }}
{% endif %}
{% if request.journal.print_issn %}- {% trans 'Print ISSN' %}: {{ request.journal.print_issn }}
{% endif %}
{% if journal_settings.general.publisher_name %}
diff --git a/src/themes/material/templates/core/news/index.html b/src/themes/material/templates/core/news/index.html
index acd1f5f635..dda11615f5 100644
--- a/src/themes/material/templates/core/news/index.html
+++ b/src/themes/material/templates/core/news/index.html
@@ -42,22 +42,22 @@ {% trans "This journal currently has no items to display." %}
{% endfor %}
diff --git a/src/themes/material/templates/press/core/news/index.html b/src/themes/material/templates/press/core/news/index.html
index cc4af132d7..27ddaa2562 100644
--- a/src/themes/material/templates/press/core/news/index.html
+++ b/src/themes/material/templates/press/core/news/index.html
@@ -36,22 +36,21 @@ {% trans "This journal currently has no news items to display." %}
{% endfor %}
diff --git a/src/themes/material/templates/repository/list.html b/src/themes/material/templates/repository/list.html
index dd4c7a17f4..90405267d0 100644
--- a/src/themes/material/templates/repository/list.html
+++ b/src/themes/material/templates/repository/list.html
@@ -24,8 +24,8 @@
{{ request.repository.object_name_plural }}
{% if preprints.has_previous %}
{% include "elements/icons/page_previous.html" %}
-
- {% endif %}
+
+ {% endif %}
{{ preprints.page.page_range }}
{% for page in preprints|slice_pages:3 %}