Rails3: use String#html_safe for render_project_jump_box() at ApplicationHelper.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6477 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-20 10:52:14 +00:00
parent e1d7cf27bf
commit 80638bce45
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ module ApplicationHelper
{ :value => url_for(:controller => 'projects', :action => 'show', :id => p, :jump => current_menu_item) }
end
s << '</select>'
s
s.html_safe
end
end