I'm trying to post a comment on my blog that contains a hyperlink to another article. I use the link button and selected the article I want to link to.
WordPress builds a link that says:
<a href="http://farseer.org/2011/02/01/real-estate-will-drag-economy-in-2011/" title="REAL ESTATE WILL DRAG ECONOMY IN 2011"></a>
This syntax does not show up in comment at all (i.e. "See this link." would read "See this ."
The correct syntax is
<a href="http://farseer.org/2011/02/01/real-estate-will-drag-economy-in-2011/">REAL ESTATE WILL DRAG ECONOMY IN 2011</a>
Why is wordpress inserting the erroneous "title=" and how do I get it to stop doing that?
Thanks in advance,
M