1
0
mirror of https://github.com/git/git.git synced 2024-10-19 16:28:32 +02:00

Merge branch 'bl/gitweb-project-filter'

* bl/gitweb-project-filter:
  gitweb: Harden and improve $project_filter page title
This commit is contained in:
Junio C Hamano 2012-02-14 12:57:17 -08:00
commit a49060324a

@ -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;
}