diff --git a/app/views/request_for_comments/show.html.slim b/app/views/request_for_comments/show.html.slim
index 18d632b5..a68075c3 100644
--- a/app/views/request_for_comments/show.html.slim
+++ b/app/views/request_for_comments/show.html.slim
@@ -187,14 +187,14 @@ javascript:
\
\
\
\
\
\
';
});
@@ -207,7 +207,7 @@ javascript:
var htmlContent = generateCommentHtmlContent(comments.reverse().slice(0, maxComments));
if (comments.length > maxComments) {
// add a hint that there are more comments than shown here
- htmlContent += ''
+ htmlContent += ''
.replace('${numComments}', String(comments.length - maxComments));
}
where.popover({
@@ -396,7 +396,7 @@ javascript:
var commentId = parent.data('comment-id');
deleteComment(commentId, editor, fileid, function () {
- parent.html('';)
+ parent.html('');
});
});