[fix #832] sanitize user input
This commit is contained in:
parent
9633a194e8
commit
741167abec
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@
|
|||
%th
|
||||
= "#{c.libelle} :"
|
||||
%td
|
||||
= c.value
|
||||
= sanitize(c.value)
|
||||
|
|
Loading…
Add table
Reference in a new issue