mirror of
https://github.com/darold/squidanalyzer.git
synced 2025-07-31 01:44:29 +02:00
modified HTML output to replace underscore in Full name with space
This commit is contained in:
parent
4f86d62db8
commit
65b28c2a62
@ -2137,6 +2137,7 @@ sub _print_user_stat
|
||||
last;
|
||||
}
|
||||
}
|
||||
$show =~ s/_/ /g;
|
||||
my $url = &escape($usr);
|
||||
my $comma_bytes = $self->format_bytes($user_stat{$usr}{bytes});
|
||||
if ($self->{UrlReport}) {
|
||||
@ -3567,4 +3568,3 @@ sub _gen_year_summary
|
||||
1;
|
||||
|
||||
__END__
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user