Gestionnaire Dossier Show: add u to the allowed tag list
This commit is contained in:
parent
1577bbb638
commit
719893c7c2
1 changed files with 2 additions and 0 deletions
|
@ -35,5 +35,7 @@ module TPS
|
||||||
end
|
end
|
||||||
|
|
||||||
config.active_job.queue_adapter = :delayed_job
|
config.active_job.queue_adapter = :delayed_job
|
||||||
|
|
||||||
|
config.action_view.sanitized_allowed_tags = ActionView::Base.sanitized_allowed_tags + ['u']
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue