Merge branch 'bl/gitweb-project-filter' into next

* bl/gitweb-project-filter:
  gitweb: Harden and improve $project_filter page title
This commit is contained in:
Junio C Hamano
2012-02-13 11:53:24 -08:00

View File

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