diff options
Diffstat (limited to 'httemplate/search/477partVI_census.html')
| -rwxr-xr-x | httemplate/search/477partVI_census.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html index db572bcde..5f3039d1a 100755 --- a/httemplate/search/477partVI_census.html +++ b/httemplate/search/477partVI_census.html @@ -33,7 +33,7 @@ 'upload', 'download', 'technology_code', - sub { '' }, # doesn't really work + sub { $cgi->param('_type') eq 'xml' ? '0' : '' }, # doesn't really work 'quantity', sub { my $row = shift; sprintf "%.2f", $row->residential }, ], |
