summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-02-22 23:31:38 -0800
committerIvan Kohler <ivan@freeside.biz>2012-02-22 23:31:38 -0800
commit6d6cf28bf8896e27ab323cbe85bd78d0f8d87584 (patch)
tree1dfb3a9be358dba681159e67e7096071767cc0b9
parent11b4ab37e72f1d96c394566abed8a3f17ae14a6e (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 {