mirror of
https://github.com/redmine/redmine.git
synced 2026-01-22 23:43:01 +01:00
Rails3: helper: replace » of page_header_title at ApplicationHelper to hexadecimal UTF-8 strings
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7583 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -421,7 +421,7 @@ module ApplicationHelper
|
||||
b += ancestors.collect {|p| link_to_project(p, {:jump => current_menu_item}, :class => 'ancestor') }
|
||||
end
|
||||
b << h(@project)
|
||||
b.join(' » ')
|
||||
b.join(" \xc2\xbb ")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user