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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 44 - 10 = ?

 
 [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.