From 40bf29c9184ac36ec77c72fa1a22e179b5fbfee6 Mon Sep 17 00:00:00 2001
From: StephDriver <5330770+StephDriver@users.noreply.github.com>
Date: Mon, 9 Mar 2026 12:53:14 +0000
Subject: [PATCH 1/2] a11y: #5222 remove extraneous paragraphs from inside list
---
src/themes/clean/templates/elements/journal_footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 %}
From db5ec6fc6f04142dc6ccbc27ed5e12f698efe966 Mon Sep 17 00:00:00 2001
From: StephDriver <5330770+StephDriver@users.noreply.github.com>
Date: Tue, 10 Mar 2026 14:23:04 +0000
Subject: [PATCH 2/2] a11y: #5222 fix pagination list item markup
---
.../material/templates/core/news/index.html | 14 +++++++-------
.../templates/press/core/news/index.html | 17 ++++++++---------
.../material/templates/repository/list.html | 4 ++--
3 files changed, 17 insertions(+), 18 deletions(-)
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 %}