From: Toshi MARUYAMA Date: Sat, 20 Aug 2011 10:53:50 +0000 (+0000) Subject: Rails3: use String#html_safe for principals_check_box_tags() at ApplicationHelper. X-Git-Tag: 1.3.0~1481 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e9579b10ba40f9601b21312c8ba043ef6825a74a;p=redmine.git Rails3: use String#html_safe for principals_check_box_tags() at ApplicationHelper. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6480 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 884f9f5f6..44c21e81b 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -289,7 +289,7 @@ module ApplicationHelper principals.sort.each do |principal| s << "\n" end - s + s.html_safe end # Returns a string for users/groups option tags