Stroked through text is now displayed correctly

Closes #87
This commit is contained in:
echarp 2017-05-06 16:30:45 +02:00
parent eb1f65d524
commit c41f81822b
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
%h3= t '.description'
.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 sub sup),
tags: %w(p h1 h2 h3 h4 br table tr th td ul ol li a strong b em i img sub sup span),
attributes: %w(href src width height style title)
%h3

View File

@ -75,7 +75,7 @@
%h3= t '.description'
.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 sub sup),
tags: %w(p h1 h2 h3 h4 br table tr th td ul ol li a strong b em i img sub sup span),
attributes: %w(href src width height style title)
%dl