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

Bug #5847 Interwiki XHTML Validation Fails
Submitted: 2005-11-02 04:34 UTC
From: meisteg at msoe dot edu Assigned: toggg
Status: Closed Package: Text_Wiki
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2005-11-02 04:34 UTC] meisteg at msoe dot edu
Description: ------------ On line 88 of Text/Wiki/Render/Xhtml/Interwiki.php (revision 1.9), "onClick" should be "onclick" so the output is valid XHTML. Test script: --------------- Any script that uses the Interwiki rule and targets a specific window. Expected result: ---------------- The output should have: onclick="window.open(this.href, '<target>'); return false;" in the tag for the interwiki link. Actual result: -------------- onClick="window.open(this.href, '<target>'); return false;"

Comments

 [2005-11-02 07:22 UTC] toggg
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.