diff options
author | ivan <ivan> | 2011-08-18 23:46:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-08-18 23:46:01 +0000 |
commit | 13ea717f7e605a77c9cd286deb69a41888970e3a (patch) | |
tree | ec90ed4a7a3b77e0419caf47887a74393756fc8d /httemplate | |
parent | 15b6f65fcea9f284caab5e0ebc8aa16933f4b394 (diff) |
attempt fixing "multiple states" links, RT#13922
Diffstat (limited to 'httemplate')
-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 35de3491c..fc097ee50 100755 --- a/httemplate/search/477partVI_census.html +++ b/httemplate/search/477partVI_census.html @@ -172,7 +172,7 @@ my $html_foot = sub { ( &FS::Report::FCC_477::statenum2state($_) || 'None' ). '</TD>'. '<TD>'. - qq(<A HREF="${link}censustract2=$_$roa_r$row_c$row_t">). + qq(<A HREF="${link}censustract2=$_$roa_r$roa_c$roa_t">). $state_pkgcount{$_}. ' packages</A> in '. $state_hash{$_}. ' census tracts'. '</TD>'. |