##// END OF EJS Templates
HTML escape at context_menu_link() of app/helpers/application_helper.rb (#9252)...
Toshi MARUYAMA -
r7130:8d91709538a8
parent child
Show More
@@ -849,7 +849,7 module ApplicationHelper
849 options[:class] << ' disabled'
849 options[:class] << ' disabled'
850 url = '#'
850 url = '#'
851 end
851 end
852 link_to name, url, options
852 link_to h(name), url, options
853 end
853 end
854
854
855 def calendar_for(field_id)
855 def calendar_for(field_id)
General Comments 0
You need to be logged in to leave comments. Login now