modified HTML output to replace underscore in Full name with space

This commit is contained in:
Tim Allingham 2013-10-31 16:58:23 +11:00
parent 4f86d62db8
commit 65b28c2a62
1 changed files with 25 additions and 25 deletions

View File

@ -2137,6 +2137,7 @@ sub _print_user_stat
last; last;
} }
} }
$show =~ s/_/ /g;
my $url = &escape($usr); my $url = &escape($usr);
my $comma_bytes = $self->format_bytes($user_stat{$usr}{bytes}); my $comma_bytes = $self->format_bytes($user_stat{$usr}{bytes});
if ($self->{UrlReport}) { if ($self->{UrlReport}) {
@ -3567,4 +3568,3 @@ sub _gen_year_summary
1; 1;
__END__ __END__