fix syntaxes

This commit is contained in:
Carl Chenet 2017-02-08 08:47:24 +01:00
parent 5dac8cb5a1
commit fc74b40ff6
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<%= t(:emailmentionreplyat, :author => "#{@comment.user.username}" %>
<%= t(:emailmentionreplyat, :author => "#{@comment.user.username}") %>
<%= word_wrap(@comment.plaintext_comment, :line_width => 72).gsub(/\n/, "\n ") %>

View file

@ -1,4 +1,4 @@
<%= t(:emailreplyat, :author => "#{@comment.user.username}" %>
<%= t(:emailreplyat, :author => "#{@comment.user.username}") %>
<%= word_wrap(@comment.plaintext_comment, :line_width => 72).gsub(/\n/, "\n ") %>