diff options
Diffstat (limited to 'httemplate/misc/confirm-censustract.html')
-rw-r--r-- | httemplate/misc/confirm-censustract.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/confirm-censustract.html b/httemplate/misc/confirm-censustract.html index b491d4954..0f115e5d7 100644 --- a/httemplate/misc/confirm-censustract.html +++ b/httemplate/misc/confirm-censustract.html @@ -16,7 +16,7 @@ Confirm census tract <% $location{address1} |h %> <% $location{address2} |h %><BR> <% $location{city} |h %>, <% $location{state} |h %> <% $location{zip} |h %><BR> <BR> -% my $querystring = "census_year=$year&address=$location{address1}, $location{address2}, $location{city}, $location{state}, $location{zip}"; +% my $querystring = "census_year=$year&address=$location{address1}, $location{address2}, $location{city}, $location{state}"; <A HREF="<%$p%>misc/openmap.html?<% $querystring %>" TARGET="_blank">Map service module location</A><BR> % $querystring = "census_year=$year&pre=$pre&zip_code=" . $cache->get('zip'); |