Skip to content

Commit

Permalink
Merge branch 'bl/gitweb-project-filter'
Browse files Browse the repository at this point in the history
* bl/gitweb-project-filter:
  gitweb: Harden and improve $project_filter page title
  • Loading branch information
Junio C Hamano committed Feb 14, 2012
2 parents 746b6fb + f421208 commit a490603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitweb/gitweb.perl
Original file line number Diff line number Diff line change
Expand Up @@ -3744,7 +3744,7 @@ sub get_page_title {

unless (defined $project) {
if (defined $project_filter) {
$title .= " - " . to_utf8($project_filter);
$title .= " - projects in '" . esc_path($project_filter) . "'";
}
return $title;
}
Expand Down

0 comments on commit a490603

Please sign in to comment.