Titles (descriptions) are displaying as links in posts
kelvster - October 15, 2009 - 22:55
I have noticed that on all my posts, my taxonomy term descriptions are displaying as links below posts. This even extends to the read more and add comment links.
So for example after each post I have
Add new commentAdd a new comment to this page | Read MoreRead the rest of Post A
Any ideas why this is happening and how to fix it, seems like the code generating the links is broken somehow.
Any help appreciated.

Re: Above
I have just found the problem. In the custom 'function theme_links' in my chameleon.theme file there was an added span tag - this was in code I had amended a while back from the following (in the 'Resolution' section) and forgot about:
http://agaric.com/note/add-a-span-wrapper-inside-primary-and-secondary-m...
I removed the span tags and its back to normal. Good to know I can amend the links here though.