Browse Source

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
tags/2.0.0
Toshi MARUYAMA 12 years ago
parent
commit
fcbeee78c1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/helpers/application_helper.rb

+ 1
- 1
app/helpers/application_helper.rb View File

@@ -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

Loading…
Cancel
Save