Skip to content

Commit 9a80412

Browse files
Clean up spacing
1 parent cca855d commit 9a80412

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

html-templates/subtemplates/paging.tpl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,19 @@
99
<span aria-hidden="true">&laquo;</span>
1010
</a>
1111
</li>
12-
12+
1313
{foreach item=page from=range(1,ceil($total/$pageSize))}
1414
{math "($page-1)*$pageSize" assign=offset}
1515
<li class="{if $.get.offset == $offset}active{/if}"><a href="?{refill_query limit=$pageSize offset=$offset}">{$page}</a></li>
1616
{/foreach}
17-
17+
1818
{if $.get.offset < $total - $pageSize}
1919
<li>
2020
<a href="?{refill_query limit=$pageSize offset=$nextOffset}" aria-label="Next">
2121
<span aria-hidden="true">&raquo;</span>
2222
</a>
2323
</li>
2424
{/if}
25-
26-
2725
{/if}
2826
</ul>
2927
</nav>

0 commit comments

Comments
 (0)