diff options
author | friendica <info@friendica.com> | 2013-06-03 18:20:31 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-03 18:20:31 -0700 |
commit | a2584878017f933a3a2761754dd9d1eecf0c6e4f (patch) | |
tree | aef78af9c41ef294b019c2273a358af78aa4cb59 /view/tpl | |
parent | b866cc26fa95c6fc1df98bef2994350b9eb07231 (diff) | |
download | volse-hubzilla-a2584878017f933a3a2761754dd9d1eecf0c6e4f.tar.gz volse-hubzilla-a2584878017f933a3a2761754dd9d1eecf0c6e4f.tar.bz2 volse-hubzilla-a2584878017f933a3a2761754dd9d1eecf0c6e4f.zip |
syntax error
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/alt_pager.tpl | 2 |
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}} | {{/if}}<a href="{{$url}}&page={{$nextpage}}" class="pager-next">{{$more}}</a>{{/if}} +{{if $has_more}}{{if $has_less}} | {{/if}}<a href="{{$url}}&page={{$nextpage}}" class="pager-next">{{$more}}</a>{{/if}} </div> |