Letractively / cfwheels

Automatically exported from code.google.com/p/cfwheels
0 stars 0 forks source link

Error in HTML attributes in paginationLinks #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I use pagination, and assign a class for the current page like this:
#paginationLinks( linkToCurrentPage="true", classForCurrent="currentPage" 
)#

Wheels renders the link like this:
<a attributes="class=currentPage" href="/complete/index.cfm/main/news?
page=1">1</a>

Original issue reported on code.google.com by per.djurner@gmail.com on 11 Nov 2008 at 5:57

GoogleCodeExporter commented 9 years ago
Fixed in r1529.

Original comment by per.djurner@gmail.com on 26 Dec 2008 at 9:14