diff options
-rwxr-xr-x | httemplate/search/477partVI_census.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html index e283b1e3c..4d1fb2136 100755 --- a/httemplate/search/477partVI_census.html +++ b/httemplate/search/477partVI_census.html @@ -158,7 +158,7 @@ my $link_suffix = sub { my $row = shift; $result; }; -push @links, ( [ $link, $link_suffix ] x 8 ); +for (1..8) { push @links, [ $link, $link_suffix ]; } my $html_foot = sub { |