aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-27 21:10:13 +0000
committerMario <mario@mariovavti.com>2022-01-27 21:10:13 +0000
commitb13a9f57aff3e455901ba51e3fc26abfb8d89aca (patch)
tree05caa1fd4b870f7eab392cd6d96b617bad8a36da /view/tpl
parent0aa67ad7f9f8aac8691962171a9d69e0a521a15f (diff)
downloadvolse-hubzilla-b13a9f57aff3e455901ba51e3fc26abfb8d89aca.tar.gz
volse-hubzilla-b13a9f57aff3e455901ba51e3fc26abfb8d89aca.tar.bz2
volse-hubzilla-b13a9f57aff3e455901ba51e3fc26abfb8d89aca.zip
fix for #1659
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/alt_pager.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/alt_pager.tpl b/view/tpl/alt_pager.tpl
index 94fa93401..23d57327c 100644
--- a/view/tpl/alt_pager.tpl
+++ b/view/tpl/alt_pager.tpl
@@ -1,4 +1,4 @@
<div class="pager">
-{{if $has_less}}<a href="{{$url}}?page={{$prevpage}}" class="pager-prev">{{$less}}</a>{{/if}}
-{{if $has_more}}{{if $has_less}}&nbsp;|&nbsp;{{/if}}<a href="{{$url}}?page={{$nextpage}}" class="pager-next">{{$more}}</a>{{/if}}
+{{if $has_less}}<a href="{{$url}}{{$url_appendix}}page={{$prevpage}}" class="pager-prev">{{$less}}</a>{{/if}}
+{{if $has_more}}{{if $has_less}}&nbsp;|&nbsp;{{/if}}<a href="{{$url}}{{$url_appendix}}page={{$nextpage}}" class="pager-next">{{$more}}</a>{{/if}}
</div>