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

Bug #12994 download in build has htmlspecialchars
Submitted: 2008-01-29 14:31 UTC
From: sunejensen Assigned: firman
Status: Closed Package: Contact_AddressBook (version 0.5.0)
PHP Version: Irrelevant OS: OpenSuse
Roadmaps: (Not assigned)    
Subscription  


 [2008-01-29 14:31 UTC] sunejensen (Sune Jensen)
Description: ------------ In the class Contact_AddressBook_Builder: The method download() outputs data in line 224 by calling: print $this->show(); This gives unexpected result as show() uses htmlspecialchars(). This means quotes are converted into HTML entities in the downloaded file. Instead line 224 should be: print $this->result;

Comments

 [2008-05-09 00:24 UTC] firman (Firman Wandayandi)
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.