Hello...
I have a problem when I place a URL in a comment. For example, this is stored in a comment in jos_comment table:
<a class="linkarticle" href="index.php?option=com_hum&view=proyecto&id=nn:yyy">link text</a>
But when the page is rendered, this is placed:
<a class="linkarticle" href="index.php?option=com_hum&view=proyecto&id=nn:yyy">link text</a>
That causes the final URL to contain a undesirable quote.
How can I solve it? I have JoomlaComment 4.0
Thanks
Jaime