# HG changeset patch # User Chris Cannam # Date 1395411072 0 # Node ID e1cfd013ef497452c916f449f63f2d2ffc7d27a7 # Parent ce4819fa26924d1f9dd4516d906cb1551ef3fa80 Fix #832 main page of a project should not have "Overview" as the first word of the html title diff -r ce4819fa2692 -r e1cfd013ef49 app/views/projects/show.html.erb --- a/app/views/projects/show.html.erb Fri Mar 21 14:00:01 2014 +0000 +++ b/app/views/projects/show.html.erb Fri Mar 21 14:11:12 2014 +0000 @@ -133,4 +133,4 @@ <%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :id => @project, :format => 'atom', :key => User.current.rss_key}) %> <% end %> -<% html_title(l(:label_overview)) -%> +<% html_title('') -%> diff -r ce4819fa2692 -r e1cfd013ef49 plugins/redmine_bibliography/app/views/projects/show.html.erb --- a/plugins/redmine_bibliography/app/views/projects/show.html.erb Fri Mar 21 14:00:01 2014 +0000 +++ b/plugins/redmine_bibliography/app/views/projects/show.html.erb Fri Mar 21 14:11:12 2014 +0000 @@ -139,4 +139,4 @@ <%= auto_discovery_link_tag(:atom, {:controller => 'activities', :action => 'index', :id => @project, :format => 'atom', :key => User.current.rss_key}) %> <% end %> -<% html_title(l(:label_overview)) -%> +<% html_title('') -%>