diff --git a/rhodecode/templates/changeset/changeset_file_comment.html b/rhodecode/templates/changeset/changeset_file_comment.html --- a/rhodecode/templates/changeset/changeset_file_comment.html +++ b/rhodecode/templates/changeset/changeset_file_comment.html @@ -87,7 +87,9 @@ %for co in c.comments: - ${comment_block(co)} +
+ ${comment_block(co)} +
%endfor %if c.rhodecode_user.username != 'default':