diff --git a/app/views/extranet/organizations/show.html.erb b/app/views/extranet/organizations/show.html.erb index 05921512fe64bd4b1a393634ce40b8173fdc824b..54a9724eb2dc76a0c0b4e493883c42d40f983c8d 100644 --- a/app/views/extranet/organizations/show.html.erb +++ b/app/views/extranet/organizations/show.html.erb @@ -5,7 +5,7 @@ <div class="row"> <div class="col-md-9"> <div class="biography mb-5"> - <p><%= @organization.text %></p> + <p><%= sanitize @organization.text %></p> </div> </div> </div>