diff --git a/templates/navigation/pager.html.twig b/templates/navigation/pager.html.twig
index 2434ecc80850dc89449720298969581647d5cf9b..1a72a3519823487842417fa515087d30f408abf5 100644
--- a/templates/navigation/pager.html.twig
+++ b/templates/navigation/pager.html.twig
@@ -53,7 +53,7 @@
       {% endif %}
       {# Add an ellipsis if there are further previous pages. #}
       {% if ellipses.previous %}
-        <li class="page-item" role="presentation">&hellip;</li>
+        <li class="page-item" role="presentation"><span class="page-link">&hellip;</span></li>
       {% endif %}
       {# Now generate the actual pager piece. #}
       {% for key, item in items.pages %}
@@ -71,7 +71,7 @@
       {% endfor %}
       {# Add an ellipsis if there are further next pages. #}
       {% if ellipses.next %}
-        <li class="page-item" role="presentation">&hellip;</li>
+        <li class="page-item" role="presentation"><span class="page-link">&hellip;</span></li>
       {% endif %}
       {# Print next item if we are not on the last page. #}
       {% if items.next %}