aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-07-10 22:11:34 +0100
committerrubenwardy <rw@rubenwardy.com>2020-07-10 22:11:34 +0100
commit0bf61dda082476ff6310939b5d7878cd2d428ef7 (patch)
tree9615038759f29a4ba0ec7b587d4a6017a405c18a
parent660b813ff7e549ebbe969ea9d0e97ed9079a7169 (diff)
downloadcheatdb-0bf61dda082476ff6310939b5d7878cd2d428ef7.tar.xz
Fix ellipsis in pagination
-rw-r--r--app/templates/macros/pagination.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/macros/pagination.html b/app/templates/macros/pagination.html
index acef4e7..2ea0eb2 100644
--- a/app/templates/macros/pagination.html
+++ b/app/templates/macros/pagination.html
@@ -17,7 +17,7 @@
</li>
{% else %}
<li class="page-item disabled">
- &ellipsis;
+ <a class="page-link" href="#" tabindex="-1">…</a>
</li>
{% endif %}
{%- endfor %}