[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:
parent
8efb287b4a
commit
bdf2831209
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
%h2#titre-procedure.text-info
|
||||
= @procedure.libelle
|
||||
|
||||
%p
|
||||
%div
|
||||
= sanitize(@procedure.description)
|
||||
|
||||
%br
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue