Gestionnaire Dossier Show: add u to the allowed tag list

This commit is contained in:
Simon Lehericey 2017-10-16 12:10:21 +02:00 committed by gregoirenovel
parent 1577bbb638
commit 719893c7c2

View file

@ -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