Parent Directory
|
Revision Log
|
Patch
revision 1.17, Tue Oct 10 00:26:22 2006 UTC | revision 1.18, Fri Nov 3 00:39:34 2006 UTC | |
---|---|---|
# | Line 561 | Line 561 |
561 | # in the name row to make the table easier to fit into narrow places. | # in the name row to make the table easier to fit into narrow places. |
562 | for my $entry (@{$list}) { | for my $entry (@{$list}) { |
563 | my ($name, $data) = @{$entry}; | my ($name, $data) = @{$entry}; |
564 | $name =~ tr/_/ /; | |
565 | push @retVal, $cgi->Tr($cgi->td($name), $cgi->td({align => "right"}, $data)); | push @retVal, $cgi->Tr($cgi->td($name), $cgi->td({align => "right"}, $data)); |
566 | } | } |
567 | } | } |
|
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |