X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/9271fbd96d9654bffc913807f29f385c5d57b03b4b34e4528962ac1a0643ba28..e874b8d66df434ac4485dc4edf699ce98c70271b9ad007dc6ad161cb1e8eaa9e:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index dd45026..26d0170 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -4959,7 +4959,7 @@ sub git_heads_body { "" . $cgi->a({-href => href(action=>"shortlog", hash=>$ref{'fullname'})}, "shortlog") . " | " . $cgi->a({-href => href(action=>"log", hash=>$ref{'fullname'})}, "log") . " | " . - $cgi->a({-href => href(action=>"tree", hash=>$ref{'fullname'}, hash_base=>$ref{'name'})}, "tree") . + $cgi->a({-href => href(action=>"tree", hash=>$ref{'fullname'}, hash_base=>$ref{'fullname'})}, "tree") . "\n" . ""; }