##// END OF EJS Templates
Rails3: helper: use html_safe at page_header_title of ApplicationHelper...
Toshi MARUYAMA -
r7467:c27328236293
parent child
Show More
@@ -429,7 +429,7 module ApplicationHelper
429 429 b += ancestors.collect {|p| link_to_project(p, {:jump => current_menu_item}, :class => 'ancestor') }
430 430 end
431 431 b << h(@project)
432 b.join(" \xc2\xbb ")
432 b.join(" \xc2\xbb ").html_safe
433 433 end
434 434 end
435 435
General Comments 0
You need to be logged in to leave comments. Login now