Index: app/views/timelog/_list.rhtml =================================================================== --- app/views/timelog/_list.rhtml (revision 3084) +++ app/views/timelog/_list.rhtml (working copy) @@ -23,7 +23,7 @@ <%= entry.issue.visible? ? link_to_issue(entry.issue, :truncate => 50) : "##{entry.issue.id}" -%> <% end -%> -<%=h entry.comments %> +<%= textilizable entry.comments %> <%= html_hours("%.2f" % entry.hours) %> <% if entry.editable_by?(User.current) -%>