In AEM6.5 anchor tag removing /content value in href
Hi,
In the slightly code of html I have
<a href="${'/content/abc/123.html?text=123 @2941342= 'html'}">button</a>
I noticed the page renders the anchor tag without /content . This is happening for urls which has ? in the href
<a href="${'/abc/123.html?text=123'}">button</a>
What could be the issue here .How to resolve it
Thanks