We have a single Componentlink out of many such ComponentLinks on a page that is not resolving correctly. There are tons of similar Componentlinks on the page and they also resolve correctly except this one. We have tried publishing the component referred to by the link , the page that the component is on, the page where this link does not appear, separately with no errors but this one link does not resolve to an anchor tag of the form
Here is what we see in Template Builder and the rendered page
Partial Output of Template Builder
<p class="break">
<a href="/WebUI/Editors/CME/Views/Popups/Preview/Preview.aspx#id=tcm:111-8211" >
Learn more <span class="arrow-right"> </span>
</a>
</p>
Partial Rendered Page output
<p class="break">
<tridion:ComponentLink pageURI="tcm:111-3943-64" componentURI="tcm:111-8211"
templateURI="tcm:0-0-0" addAnchor="false"
linkText="Learn more <span class="arrow-right"> </span>"
linkAttributes="" textOnFail="true"/>
</p>