Home » HTML » HTML_BBCodeParser » Bug #924
[img]bug
Details
| Submitted | 2004-02-28 14:26 UTC |
|---|---|
| From | ccc at vip dot 163 dot com |
| Assigned | sjr |
| Status | Closed |
| Package | HTML_BBCodeParser |
| PHP Version | 4.3.0 |
| OS | windows XP |
| Roadmaps | (Not assigned) |
Comments
[2004-02-28 14:26 UTC] ccc at vip dot 163 dot com
Description:
------------
if there is no return between two [img] tag,the second tag cannot be parsed
example should be tested in the example file "parse.php" in the package
Reproduce code:
---------------
[img]http://www.server.org/image.jpg[/img]
[img]http://www.server.org/image.jpg[/img][img]http://www.server.org/image.jpg[/img]
Expected result:
----------------
three images
Actual result:
--------------
just the first image,and the rest codes
[2004-02-28 15:12 UTC] sjr at php dot net
This bug was already known to me, and the fix is in CVS. I'll try to release 1.1 stable asap.