From f2ccd32479007116f0008ffe67e933300b763b33 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 6 Mar 2005 03:22:51 +0000 Subject: [PATCH 1/1] and a slight formatting fix --- httemplate/search/elements/search.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/httemplate/search/elements/search.html b/httemplate/search/elements/search.html index 85e5af25e..140e15f45 100644 --- a/httemplate/search/elements/search.html +++ b/httemplate/search/elements/search.html @@ -111,7 +111,7 @@ } elsif ( $type =~ /\.xls$/ ) { #http_header('Content-Type' => 'application/excel' ); #eww - http_header('Content-Type' => 'application/vnd.ms-excel' ); #alas + http_header('Content-Type' => 'application/vnd.ms-excel' ); #http_header('Content-Type' => 'application/msexcel' ); #alas my $data = ''; @@ -206,8 +206,7 @@ <% $cgi->param('_type', "$xlsname.xls" ); %> Download full results
- as Excel spreadsheet -
+ as Excel spreadsheet
<% $cgi->param('_type', 'csv'); %> as CSV file -- 2.11.0