More tags accepted in the orga and event description
This commit is contained in:
parent
3485a9b9c9
commit
eb1f65d524
@ -91,8 +91,8 @@
|
|||||||
%h3= t '.description'
|
%h3= t '.description'
|
||||||
.description
|
.description
|
||||||
= description sanitize @event.description,
|
= description sanitize @event.description,
|
||||||
tags: %w(p h1 h2 h3 h4 br table tr th td ul ol li a strong b em i img),
|
tags: %w(p h1 h2 h3 h4 br table tr th td ul ol li a strong b em i img sub sup),
|
||||||
attributes: %w(href src width height style)
|
attributes: %w(href src width height style title)
|
||||||
|
|
||||||
%h3
|
%h3
|
||||||
%em.fa.fa-info-circle
|
%em.fa.fa-info-circle
|
||||||
|
@ -75,8 +75,8 @@
|
|||||||
%h3= t '.description'
|
%h3= t '.description'
|
||||||
.description
|
.description
|
||||||
= description sanitize @orga.description,
|
= description sanitize @orga.description,
|
||||||
tags: %w(p h1 h2 h3 h4 br table tr th td ul ol li a strong b em i img),
|
tags: %w(p h1 h2 h3 h4 br table tr th td ul ol li a strong b em i img sub sup),
|
||||||
attributes: %w(href src width height style)
|
attributes: %w(href src width height style title)
|
||||||
|
|
||||||
%dl
|
%dl
|
||||||
- if @orga.department.present?
|
- if @orga.department.present?
|
||||||
|
Loading…
Reference in New Issue
Block a user