X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fconfirm-censustract.html;h=10ae91812b858a1386df64ec07746e855f73f450;hp=024bc17c490a793342ab29f5981777c2a9011dac;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=0f0bc1ef7aafc6b3869c0f71ee2528c1c9897ce6 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 % }
-<% $location{address1} %> <% $location{address2} %>
-<% $location{city} %>, <% $location{state} %> <% $location{zip} %>
+<% $location{address1} |h %> <% $location{address2} |h %>
+<% $location{city} |h %>, <% $location{state} |h %> <% $location{zip} |h %>

% my $querystring = "census_year=$year&latitude=".$cache->get('latitude').'&longitude='.$cache->get('longitude');