Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bl/gitweb-project-filter'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 14 Feb 2012 20:57:17 +0000
(12:57 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 14 Feb 2012 20:57:17 +0000
(12:57 -0800)
* bl/gitweb-project-filter:
gitweb: Harden and improve $project_filter page title
gitweb/gitweb.perl
patch
|
blob
|
history
raw
(from parent 1:
746b6fb
)
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index 87a95e276954ec3c1b3803e24cde192f33b0ec4d..3fc7380a5ea510b705eb49542c3e698b0dddb02c 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-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;
}