mirror of
https://github.com/git/git.git
synced 2026-01-19 15:09:01 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user