Anchor tag and id issue
Am seeing some issues with anchor tag in AEM rich text editor.
IN RTE if i use the the following:
<a href="test.com"> testing</a> -- Works well, href exists all the time.
second case:
<a href="test.com" id="test"> testing</a>
in source edit once you try to edit again, it becomes
<a id="test"> testing</a> -- Doesn't work well, href is removed .
I have tried changing the following file:
/apps/cq/xssprotection/config.xml
but nothing helped.
Has anyone seen this issue.