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> <span>
<% control BlogEntries.PaginationSummary(4) %> <% control BlogEntries.PaginationSummary(4) %>
<% if CurrentBool %> <% if CurrentBool %>
$PageNum <span class="current">$PageNum</span>
<% else %> <% else %>
<% if Link %> <% if Link %>
<a href="$Link" title="View page number $PageNum">$PageNum</a> <a href="$Link" title="View page number $PageNum">$PageNum</a>