Autorisation du tag "style" dans le html
This commit is contained in:
parent
230a691857
commit
d2f44000d7
@ -60,7 +60,7 @@
|
|||||||
- markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML, autolink: true, tables: true)
|
- markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML, autolink: true, tables: true)
|
||||||
= description sanitize markdown.render(@event.description),
|
= description sanitize markdown.render(@event.description),
|
||||||
tags: %w(p br table tr th td ul ol li a strong b em i img),
|
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'
|
%h3=t '.infos'
|
||||||
%p
|
%p
|
||||||
|
Loading…
Reference in New Issue
Block a user