diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index d154ccd3a..884f9f5f6 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -281,7 +281,7 @@ module ApplicationHelper end s << ("\n" * ancestors.size) end - s + s.html_safe end def principals_check_box_tags(name, principals)