[fix #832] sanitize user input

This commit is contained in:
Simon Lehericey 2017-10-13 14:54:38 +02:00
parent 9633a194e8
commit 741167abec

View file

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