Home » Text » Text_Wiki_Mediawiki » Bug #8449
Lists need parsed after links
Details
| Submitted | 2006-08-15 15:19 UTC |
|---|---|
| From | bjs5075 at rit dot edu |
| Assigned | ritzmo |
| Status | Closed |
| Package | Text_Wiki_Mediawiki |
| PHP Version | 5.1.4 |
| OS | Debian etch |
| Roadmaps | (Not assigned) |
Comments
[2006-08-15 15:19 UTC] bjs5075 at rit dot edu
Description:
------------
Lists (List and Deflist) must be parsed after links (all
types) and Break, as either may contain formatting that
will confuse list parsers.
Test script:
---------------
Text
*[[Link|link
title]]
Text
Expected result:
----------------
Something like (html-to-ascii annotation):
Text
* link title
Text
Actual result:
--------------
Something like (html-to-ascii annotation):
Text
* link 34 title
Text
[2006-08-15 15:27 UTC] ritzmo at php dot net
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.