diff --git a/views/email/comment_email.erb b/views/email/comment_email.erb
index 6f99e003..4cf739e4 100644
--- a/views/email/comment_email.erb
+++ b/views/email/comment_email.erb
@@ -27,7 +27,7 @@
<%= "-" * title.size %>
<% general_comments.each do |comment| %>
- <<%= CGI.escape_html(comment.user.name) %>> <%= CGI.escape_html(comment.text) %>
+ <<%= CGI.escape_html(comment.user.name) %>> <%= CGI.escape_html(comment.text) %>
<% end %>
<% end %>