diff options
| author | ivan <ivan> | 2011-08-18 23:46:02 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-08-18 23:46:02 +0000 |
| commit | 1fc2440c9e792a488c3197f49023d3e98a6adeaf (patch) | |
| tree | cab7286d474024c217ba7a189666c5653edbcd23 /httemplate | |
| parent | 6f5b68a5dc6a6b145c88aa1b2bad3848cc6f8788 (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>'. |
