MINOR: wrap current page number in SPAN tag for easy staling

This commit is contained in:
Saophalkun Ponlu 2009-09-23 08:28:46 +00:00
parent b4b1c5ff26
commit 549603e459
1 changed files with 1 additions and 1 deletions

View File

@ -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>