diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-02-05 04:46:55 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-02-05 04:46:55 -0800 |
commit | ff233f6e686a81b6591b0605c8a729cd01cd86c5 (patch) | |
tree | 86a7f7ab72cbbae35b1a411ec82303d9f165bfe1 /httemplate/misc/confirm-censustract.html | |
parent | 899740c29e1db6c2baef42a7bec0430a7c9d967a (diff) |
xss
Diffstat (limited to 'httemplate/misc/confirm-censustract.html')
-rw-r--r-- | httemplate/misc/confirm-censustract.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/confirm-censustract.html b/httemplate/misc/confirm-censustract.html index 024bc17c4..10ae91812 100644 --- a/httemplate/misc/confirm-censustract.html +++ b/httemplate/misc/confirm-censustract.html @@ -13,8 +13,8 @@ Census tract error Confirm census tract % } </B><BR> -<% $location{address1} %> <% $location{address2} %><BR> -<% $location{city} %>, <% $location{state} %> <% $location{zip} %><BR> +<% $location{address1} |h %> <% $location{address2} |h %><BR> +<% $location{city} |h %>, <% $location{state} |h %> <% $location{zip} |h %><BR> <BR> % my $querystring = "census_year=$year&latitude=".$cache->get('latitude').'&longitude='.$cache->get('longitude'); <A HREF="http://maps.ffiec.gov/FFIECMapper/TGMapSrv.aspx?<% $querystring %>" |