Skip to content

Commit

Permalink
index.cgi: fix a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
apenwarr committed Oct 29, 2008
1 parent cc6ba4f commit f5427f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion out/index.cgi
Expand Up @@ -125,7 +125,7 @@ sub fixbranchprint($)
{ {
my $branchprint = shift; my $branchprint = shift;
$branchprint =~ s{^origin/}{}; $branchprint =~ s{^origin/}{};
$branchprint =~ s{(.*/)?(.*)}{$1<b>$2</b>}; $branchprint =~ s{(.*/?)(.*)}{$1<b>$2</b>};
return $branchprint; return $branchprint;
} }


Expand Down

0 comments on commit f5427f3

Please sign in to comment.