Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@xxxxxxxxx> --- gitweb/gitweb.perl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 2c8a665..a767763 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -2098,11 +2098,11 @@ sub git_get_heads_list { my ($remote_heads) = gitweb_check_feature('remote_heads'); @class = ('heads', $remote_heads ? 'remotes' : undef); } - my @refs = map { "refs/$_" } @class ; + my @refs = map { "refs/$_" } @class; my @headslist; if (grep { $_ eq 'heads' } @class) { - if (git_is_head_detached()) { ; + if (git_is_head_detached()) { my %ref_item; my @x = (git_cmd(), 'log', '-1', '--pretty=format:%H%n%ct%n%s'); my ($hash, $epoch, $title) = split("\n", qx(@x), 3); @@ -2449,7 +2449,7 @@ sub git_footer_html { print $cgi->a({-href => href(project=>undef, action=>"project_index"), -class => "rss_logo"}, "TXT") . "\n"; } - print "</div>\n" ; + print "</div>\n"; if (-f $site_footer) { open (my $fd, $site_footer); -- 1.5.2.5 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html