##// END OF EJS Templates
Rails3: use String#html_safe for render_project_jump_box() at ApplicationHelper....
Toshi MARUYAMA -
r6357:80638bce45e8
parent child
Show More
@@ -233,7 +233,7 module ApplicationHelper
233 { :value => url_for(:controller => 'projects', :action => 'show', :id => p, :jump => current_menu_item) }
233 { :value => url_for(:controller => 'projects', :action => 'show', :id => p, :jump => current_menu_item) }
234 end
234 end
235 s << '</select>'
235 s << '</select>'
236 s
236 s.html_safe
237 end
237 end
238 end
238 end
239
239
General Comments 0
You need to be logged in to leave comments. Login now