perhaps someone can point me in the right direction to fixing this...
i noticed that my blog has this odd habit:
its taking links within comments like so:
http://www.test.com
(which out to be converted to clickable links)
and turning them into
<a >http://www.test.com</a>
viewing the source in firefox you dont see that space in ff (it removes it) however I can see it in ie.
It's something thats filtering because the actual comment content is not being changed in the db. Would this be a kses.php issue? Ive uploaded a brand new one, and that hasnt fixed it.
Ive also disabled EVERY plugin one by one, AND grep'd every file for <a > and <a>
I do not and never had <a disabled in kses.php either.
any pointers on how I might troubleshoot this further would be appreciated.