2012-06-02, 17:18:45
In next version please change the row 1109 in pages_comments.php:
$s_emot = $s_emot.' <a href="javascript:Smile("'.$id.'","['.substr($file, 0, strlen($file)-4).']""><img src="'.$SITEURL.'plugins/pages_comments/img_emot/'.substr($file, 0, strlen($file)-4).'.gif" /> </a>';
At the end you use: /> </a>'; but should be: /></a> ';
So space should be after </a>.
It's really important because a style for anchors can be underlined on the page and as result with your code I see a small dash.
$s_emot = $s_emot.' <a href="javascript:Smile("'.$id.'","['.substr($file, 0, strlen($file)-4).']""><img src="'.$SITEURL.'plugins/pages_comments/img_emot/'.substr($file, 0, strlen($file)-4).'.gif" /> </a>';
At the end you use: /> </a>'; but should be: /></a> ';
So space should be after </a>.
It's really important because a style for anchors can be underlined on the page and as result with your code I see a small dash.