From d2f44000d7d51e36ae71097e2fca3bfb5b740065 Mon Sep 17 00:00:00 2001 From: echarp Date: Fri, 3 Oct 2014 10:56:37 +0200 Subject: [PATCH] Autorisation du tag "style" dans le html --- app/views/events/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/events/show.html.haml b/app/views/events/show.html.haml index e47d752d..c6c37034 100644 --- a/app/views/events/show.html.haml +++ b/app/views/events/show.html.haml @@ -60,7 +60,7 @@ - markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML, autolink: true, tables: true) = description sanitize markdown.render(@event.description), tags: %w(p br table tr th td ul ol li a strong b em i img), - attributes: %w(href src width height) + attributes: %w(href src width height style) %h3=t '.infos' %p