[Fix #1691] Do not attempt to 'wrap' <p>s in other <p>s

It cannot be done because <p>s don't nest in HTML, so use
<div>s for the wrapping instead
This commit is contained in:
Frederic Merizen 2018-03-29 09:49:47 +02:00
parent 8efb287b4a
commit bdf2831209
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
%h2#titre-procedure.text-info
= @procedure.libelle
%p
%div
= sanitize(@procedure.description)
%br