summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-08-18 23:50:28 +0000
committerivan <ivan>2011-08-18 23:50:28 +0000
commitf913c65e8fb3ceb9a434b1701a1dac73e4e49c44 (patch)
tree7fdcd7bf8b1fdff1d6d1d3b4f5308a70dfe3ed32
parentf8d8e9ec09981e8529a60de419e2cc70326256cc (diff)
attempt fixing "multiple states" links, RT#13922
-rwxr-xr-xhttemplate/search/477partVI_census.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html
index fc097ee..b65a570 100755
--- a/httemplate/search/477partVI_census.html
+++ b/httemplate/search/477partVI_census.html
@@ -173,7 +173,8 @@ my $html_foot = sub {
'</TD>'.
'<TD>'.
qq(<A HREF="${link}censustract2=$_$roa_r$roa_c$roa_t">).
- $state_pkgcount{$_}. ' packages</A> in '.
+ #can't get this count to match the link# $state_pkgcount{$_}.
+ ' packages</A> in '.
$state_hash{$_}. ' census tracts'.
'</TD>'.
'</TR>';