PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Text » Text_Wiki » Bug #1709

anchor's not being displayed properly

Details

Submitted2004-06-23 21:15 UTC
Frommriggy at tampabay dot rr dot com
Assignedpmjones
StatusClosed
PackageText_Wiki
PHP Version4.3.7
OSWindowsXP
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.