summaryrefslogtreecommitdiff
path: root/httemplate/search/477partVI_census.html
diff options
context:
space:
mode:
authorivan <ivan>2011-08-18 23:50:26 +0000
committerivan <ivan>2011-08-18 23:50:26 +0000
commit78df40febe5861c992e846b33422bffe39df63cd (patch)
tree2721bcefea62646cd681d013e0663b224ca131f3 /httemplate/search/477partVI_census.html
parent13ea717f7e605a77c9cd286deb69a41888970e3a (diff)
attempt fixing "multiple states" links, RT#13922
Diffstat (limited to 'httemplate/search/477partVI_census.html')
-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 fc097ee50..b65a570cb 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>';