mirror of
https://github.com/redmine/redmine.git
synced 2026-03-09 06:00:52 +01:00
Rails3: view: html_safe for principals_options_for_select in ApplicationHelper
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9462 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -319,7 +319,7 @@ module ApplicationHelper
|
||||
unless groups.empty?
|
||||
s << %(<optgroup label="#{h(l(:label_group_plural))}">#{groups}</optgroup>)
|
||||
end
|
||||
s
|
||||
s.html_safe
|
||||
end
|
||||
|
||||
# Truncates and returns the string as a single line
|
||||
|
||||
Reference in New Issue
Block a user