]> source.dussan.org Git - redmine.git/commitdiff
Rails3: helper: replace » of page_header_title at ApplicationHelper to hexadecim...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 6 Oct 2011 11:03:03 +0000 (11:03 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 6 Oct 2011 11:03:03 +0000 (11:03 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7583 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/application_helper.rb

index f553641bbbe6e363aaebee2fbb31c7297406b5f9..0f52a0dcda51b3a9715530e7672ebd7643cdf169 100644 (file)
@@ -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(' &#187; ')
+      b.join(" \xc2\xbb ")
     end
   end