From 80903324cfabf9330973b06e68b423f38fc13522 Mon Sep 17 00:00:00 2001 From: Ian Dees Date: Fri, 31 May 2013 03:13:45 +0000 Subject: [PATCH] HTMLize note browse pages --- app/views/browse/note.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 083b1ab86..31fd00f01 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -41,7 +41,7 @@

<%= t "browse.note.description" %>

-

<%= h(@note.comments.first.body) %>

+

<%= h(@note.comments.first.body.to_html) %>

-- 2.43.2