This is probably something simple, but I've searched for hours to no avail. I'm using a custom style with a few plugins, but this same behavior is occurring with the default style and all plugins disabled. WordPress v2.0.3.
User enters this code in a comment:
<a href="http://www.testing.com/test.html">Test Link</a>
This is stored in the database:
<a href="http://www.testing.com/test.html" rel="nofollow">Test Link</a>
When viewing comments, this broken HTML is returned:
<a href="%5C%22http://www.testing.com/test.html%5C%22" rel="nofollow">Test Link</a>