mirror of
https://github.com/redmine/redmine.git
synced 2026-06-18 20:39:31 +02:00
HTML escape at context_menu_link() of app/helpers/application_helper.rb (#9252)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7250 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -849,7 +849,7 @@ module ApplicationHelper
|
||||
options[:class] << ' disabled'
|
||||
url = '#'
|
||||
end
|
||||
link_to name, url, options
|
||||
link_to h(name), url, options
|
||||
end
|
||||
|
||||
def calendar_for(field_id)
|
||||
|
||||
Reference in New Issue
Block a user