diff --git a/app/views/issues/_history.rhtml b/app/views/issues/_history.rhtml
index da58b7d..37faf97 100644
--- a/app/views/issues/_history.rhtml
+++ b/app/views/issues/_history.rhtml
@@ -6,6 +6,6 @@
<% end %>
<% if journal.notes? %>
- <%= simple_format auto_link h(journal.notes) %>
+ <%= textilizable journal.notes %>
<% end %>
<% end %>