From c622ad0b50aa32a4326e4ca5a7e59e10809129cc Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 27 Feb 2007 22:07:01 +0000 Subject: [PATCH] #8911 Textile formatting for issue notes git-svn-id: http://redmine.rubyforge.org/svn/trunk@280 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/_history.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/issues/_history.rhtml b/app/views/issues/_history.rhtml index da58b7d6..37faf977 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 %>