mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
MINOR: wrap current page number in SPAN tag for easy staling
This commit is contained in:
parent
b4b1c5ff26
commit
549603e459
@ -8,7 +8,7 @@
|
||||
<span>
|
||||
<% control BlogEntries.PaginationSummary(4) %>
|
||||
<% if CurrentBool %>
|
||||
$PageNum
|
||||
<span class="current">$PageNum</span>
|
||||
<% else %>
|
||||
<% if Link %>
|
||||
<a href="$Link" title="View page number $PageNum">$PageNum</a>
|
||||
|
Loading…
Reference in New Issue
Block a user