http://www.w3.org/TR/html4/appendix/notes.html#h-B.2.2
Movable type should convert a url such as:
CODE
<A href=http://host/?x=1&y=2">
to
CODE
<A href="http://host/?x=1&y=2">
or
CODE
<A href="http://host/?x=1&y=2">
Currently it only seems to replace the Amerpand in user input outside of HTML tags. When it should do within as well.
This lack of functionality causes many Blogs to fail the W3C validator. All Ampersands regardless of location in input should be converted.
I'm sure it's an easy fix for whomever knows where in the code it should go (I'm not much of a Perl guru).
Anyone know of a mod that would perform this functionality? I would be most appreciative
Edit: Added Code tags so you can see examples...silly me.