From 6cb124e556485bb695d4b466e5a9fa103904f5db Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 22 Feb 2012 23:31:35 -0800 Subject: [PATCH] add rows #s to fcc 477 census report --- httemplate/search/477partVI_census.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.11.0