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

Request #12002 Target set in [url] doesn't work
Submitted: 2007-09-07 10:46 UTC
From: simonwestwood Assigned: doconnor
Status: Closed Package: HTML_BBCodeParser (version 1.2.2)
PHP Version: Irrelevant OS: N/A
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 : 5 + 49 = ?

 
 [2007-09-07 10:46 UTC] simonwestwood (Simon Westwood)
Description: ------------ The target parameter is ignored by the links filter in the default install of the package. This can be resolved by adding the following entry to the attributes array in filter/links.php 't' => 'target=%2$s%1$s%2$s' Without this change the examples file is inaccurate Test script: --------------- [url=http://www.server.org t=_blank]server[/url] Expected result: ---------------- <a href='http://www.server.org' target='_blank'>server</a> Actual result: -------------- <a href='http://www.server.org'>server</a>

Comments

 [2012-01-02 08:09 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: doconnor
This bug has been fixed in SVN. 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.