summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-02-22 23:31:35 -0800
committerIvan Kohler <ivan@freeside.biz>2012-02-22 23:31:35 -0800
commit6cb124e556485bb695d4b466e5a9fa103904f5db (patch)
tree4e66cf69c3d072065ec42a5fa7fdd1b136a51135
parentd7c50ca6ded0c72bb1b91326da3ff1d7ed45c2b0 (diff)
add rows #s to fcc 477 census report
-rwxr-xr-xhttemplate/search/477partVI_census.html2
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 {