Home » Text » Text_Wiki » Bug #1709
anchor's not being displayed properly
Details
| Submitted | 2004-06-23 21:15 UTC |
|---|---|
| From | mriggy at tampabay dot rr dot com |
| Assigned | pmjones |
| Status | Closed |
| Package | Text_Wiki |
| PHP Version | 4.3.7 |
| OS | WindowsXP |
| Roadmaps | (Not assigned) |
Comments
[2004-06-23 21:15 UTC] mriggy at tampabay dot rr dot com
Description:
------------
The link parsing has a small bug which causes it to invalidate against XHTML 1.0.
Reproduce code:
---------------
Creating any type of link causes this bug. You will end up with a link that looks like this:
<atarget="_blank" href="http://www.usemod.com/cgi-bin/mb.pl?RecentChanges">MeatBall:RecentChanges</a>
Notice how <a and target are not separate, this breaks the
compliance and causes a malformed document.
Simply adding a space will fix this problem.
Expected result:
----------------
A clean XHTML 1.0 compliant document.
Actual result:
--------------
A break in the code, see the anchor tags.