From 02a652b99ca6618eb8519f6c651081f5d7573169 Mon Sep 17 00:00:00 2001 From: Antarts Date: Tue, 27 Jun 2017 19:21:03 +0800 Subject: [PATCH 01/15] fix method v01 --- app/views/events/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/events/show.html.erb b/app/views/events/show.html.erb index 0e89067..191194c 100644 --- a/app/views/events/show.html.erb +++ b/app/views/events/show.html.erb @@ -22,7 +22,7 @@
- <%= raw comment.content %> + <%= comment.content %>
- <%= comment.content %> + <%= sanitize comment.content %>