diff --git a/app/views/projects/_history.html.erb b/app/views/projects/_history.html.erb index d85906a2c..54dda7b28 100644 --- a/app/views/projects/_history.html.erb +++ b/app/views/projects/_history.html.erb @@ -9,7 +9,8 @@ <%= link_to journal.user, user_path(journal.user), :class => 'c_blue fb fl mb10', :target => "_blank" %> <%= format_time(journal.created_on) %>
-<%= textilizable journal.notes%>
+ +<%=journal.notes.html_safe%>
<%= textilizable journal.notes%>
+ +<%=journal.notes.html_safe%>
- <%= reply.notes %> + <%= reply.notes.html_safe %>
<%= format_time reply.created_on %>