Forums / Cotonti / Support / icon-comment.gif (delete bug)

$res = "<a href=\"$url#comments\" class=\"comments_link\">";

CorpQuid
#9938 2009-03-13 07:25
You forgot the forward slash before the last >

Try this one
$res = "<a href=\"$url#comments\" class=\"comments_link\" />";