Hello,
in com_chronocomments/templates/comment-item.html.php there is a bug which adds a margin to comments since the third (the first and second aren't affected). As well, this is an issue for HTML validation. Here's the fix:
At line 222, delete
This tag is misplaced, since it was closing the "allcomments" div at the end of each comment.
That's all🙂
in com_chronocomments/templates/comment-item.html.php there is a bug which adds a margin to comments since the third (the first and second aren't affected). As well, this is an issue for HTML validation. Here's the fix:
At line 222, delete
</div>
This tag is misplaced, since it was closing the "allcomments" div at the end of each comment.
That's all🙂
Thanks so much for the fix, will check it and fix in the new release, moving to ChronoComments forums too!
Regards,
Max
Regards,
Max
This topic is locked and no more replies can be posted.