X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=view%2Ftemplates%2Fpaginate.tpl;h=fcd580b0715aede0b680bb4aa8062e8cdcfa53f8;hb=052ba729d7867f411d8cfd3657bcb502d3a4d17e;hp=68dafc4e9e3513479708f0f73eea96d1a5b847a6;hpb=7f2d396e6f08108e33fe7e8257856daad71a8b03;p=friendica.git diff --git a/view/templates/paginate.tpl b/view/templates/paginate.tpl index 68dafc4e9e..fcd580b071 100644 --- a/view/templates/paginate.tpl +++ b/view/templates/paginate.tpl @@ -1,13 +1,13 @@
{{if $pager}} - {{ if $pager.prev }}{{ $pager.prev.text }}{{ /if }} + {{if $pager.prev}}{{$pager.prev.text}}{{/if}} - {{ if $pager.first }}{{ $pager.first.text }}{{ /if }} + {{if $pager.first}}{{$pager.first.text}}{{/if}} - {{ foreach $pager.pages as $p }}{{ $p.text }}{{ /foreach }} + {{foreach $pager.pages as $p}}{{$p.text}}{{/foreach}} - {{ if $pager.last }}{{ $pager.last.text }}{{ /if }} + {{if $pager.last}} {{$pager.last.text}}{{/if}} - {{ if $pager.next }}{{ $pager.next.text }}{{ /if }} + {{if $pager.next}}{{$pager.next.text}}{{/if}} {{/if}} -
\ No newline at end of file +