Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 2.5.1

Request #12531 Pager links are not HTML 4.01 strict
Submitted: 2007-11-26 22:20 UTC
From: roblen Assigned: quipo
Status: Closed Package: Pager (version 2.4.4)
PHP Version: 5.2.4 OS: FreeBSD
Roadmaps: (Not assigned)    
Subscription  


 [2007-11-26 22:20 UTC] roblen (Rob Lensen)
Description: ------------ The links generated by Pager are not completly HTML strict. This can be solved quite easy by removing, the <u> in Sliding.php. Change line 75 and 76 to: $this->_curPageSpanPre = '<b>'; $this->_curPageSpanPost = '</b>'; And the page is W3C ok! More info on the <u> tag: http://www.w3schools.com/tags/tag_u.asp

Comments

 [2007-12-01 17:54 UTC] quipo (Lorenzo Alberton)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.