It would help if the headings were sorted properly.
llvm-svn: 22096
This commit is contained in:
parent
5a68566566
commit
1e68384501
|
|
@ -159,7 +159,7 @@ sub printStats
|
||||||
if ($RowCount % 10 == 0)
|
if ($RowCount % 10 == 0)
|
||||||
{
|
{
|
||||||
print " <tr><th style=\"text-align:left\">Directory</th>\n";
|
print " <tr><th style=\"text-align:left\">Directory</th>\n";
|
||||||
foreach $user (keys %Stats)
|
foreach $user (sort keys %Stats)
|
||||||
{
|
{
|
||||||
print "<th style=\"text-align:right\">",$user,"</th>\n";
|
print "<th style=\"text-align:right\">",$user,"</th>\n";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue