diff --git a/app/views/admin/university/organizations/show.html.erb b/app/views/admin/university/organizations/show.html.erb index 29e70dec1ab6f6ca19f1e29ea7e7f894eaae2113..4ab9efb8b3419a6881e7bccd0141db5d4f327e7c 100644 --- a/app/views/admin/university/organizations/show.html.erb +++ b/app/views/admin/university/organizations/show.html.erb @@ -11,7 +11,7 @@ <p><%= @organization.send property %></p> <% end %> <h3 class="h5"><%= University::Organization.human_attribute_name(:text) %></h3> - <%= @organization.text.html_safe %> + <%= @organization.text.to_s.html_safe %> </div> </div> <div class="card flex-fill w-100">