diff options
Diffstat (limited to 'app/views/wiki/show.html.erb')
-rw-r--r-- | app/views/wiki/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/show.html.erb b/app/views/wiki/show.html.erb index 3ff7d040b..a9db7a0c4 100644 --- a/app/views/wiki/show.html.erb +++ b/app/views/wiki/show.html.erb @@ -36,7 +36,7 @@ <br /> <em><%= @content.author ? link_to_user(@content.author) : l(:label_user_anonymous) %>, <%= format_time(@content.updated_on) %> </em><br /> - <%=h @content.comments %> + <%= @content.comments %> </p> <hr /> <% end %> |