Skip to content

Commit

Permalink
Properly render the href attribute of the active page button
Browse files Browse the repository at this point in the history
  • Loading branch information
luccioman committed Mar 9, 2019
1 parent 093ea95 commit ebc583c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htroot/yacysearchpagination.html
Expand Up @@ -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)#">
Expand Down

0 comments on commit ebc583c

Please sign in to comment.