Properly render the href attribute of the active page button

pull/292/head
luccioman 6 years ago
parent 093ea9586c
commit ebc583cdb2

@ -9,7 +9,7 @@
</li>
#{pages}#
<li class="#(active)#::active#(/active)#">
<a href="#(active)##[href]#::##(/active)#">#[pageNum]#</a>
<a #(active)#href="#[href]#"::href="#"#(/active)#">#[pageNum]#</a>
</li>
#{/pages}#
<li id="nextpage" class="#(nextDisabled)#::disabled#(/nextDisabled)#">

Loading…
Cancel
Save