projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d46ae3f
)
gitweb: fix mismatched parenthesis
author
Junio C Hamano
<junkio@cox.net>
Tue, 6 Feb 2007 09:09:32 +0000
(
01:09
-0800)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 6 Feb 2007 09:09:32 +0000
(
01:09
-0800)
An earlier commit
04179418
broke gitweb. Badly.
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl
patch
|
blob
|
history
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index d3741100701660f1228f4f1e318f05518ef3f4a4..653ca3cc60ef161f06bd3a6652eba7ad3453cc2e 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-1963,7
+1963,7
@@
sub git_print_page_path {
print "<div class=\"page_path\">";
print $cgi->a({-href => href(action=>"tree", hash_base=>$hb),
- -title => 'tree root'}, to_utf8("[$project]");
+ -title => 'tree root'}, to_utf8("[$project]")
)
;
print " / ";
if (defined $name) {
my @dirname = split '/', $name;