summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d46ae3f)
raw | patch | inline | side by side (parent: d46ae3f)
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) |
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
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;