Merge pull request #843 from sgmap/fix_textarea_display

[fix #832] sanitize user input
This commit is contained in:
gregoirenovel 2017-10-16 10:58:40 +02:00 committed by GitHub
commit c1cfe594f1

View file

@ -9,4 +9,4 @@
%th
= "#{c.libelle} :"
%td
= c.value
= sanitize(c.value)