aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-03 18:20:31 -0700
committerfriendica <info@friendica.com>2013-06-03 18:20:31 -0700
commita2584878017f933a3a2761754dd9d1eecf0c6e4f (patch)
treeaef78af9c41ef294b019c2273a358af78aa4cb59 /view
parentb866cc26fa95c6fc1df98bef2994350b9eb07231 (diff)
downloadvolse-hubzilla-a2584878017f933a3a2761754dd9d1eecf0c6e4f.tar.gz
volse-hubzilla-a2584878017f933a3a2761754dd9d1eecf0c6e4f.tar.bz2
volse-hubzilla-a2584878017f933a3a2761754dd9d1eecf0c6e4f.zip
syntax error
Diffstat (limited to 'view')
-rw-r--r--view/tpl/alt_pager.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/alt_pager.tpl b/view/tpl/alt_pager.tpl
index 140255eca..b46dc7662 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_more}}{{if $has_less}}&nbsp;|&nbsp;{{/if}}<a href="{{$url}}&page={{$nextpage}}" class="pager-next">{{$more}}</a>{{/if}}
</div>