Merge pull request #844 from sgmap/allow_u_tag
Gestionnaire Dossier Show: add u to the allowed tag list
This commit is contained in:
commit
4dbeee4685
1 changed files with 2 additions and 0 deletions
|
@ -35,5 +35,7 @@ module TPS
|
|||
end
|
||||
|
||||
config.active_job.queue_adapter = :delayed_job
|
||||
|
||||
config.action_view.sanitized_allowed_tags = ActionView::Base.sanitized_allowed_tags + ['u']
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue