summaryrefslogtreecommitdiff
path: root/httemplate/search/elements
diff options
context:
space:
mode:
authorivan <ivan>2005-03-06 03:22:51 +0000
committerivan <ivan>2005-03-06 03:22:51 +0000
commitf2ccd32479007116f0008ffe67e933300b763b33 (patch)
treedb74de54d6dbd26c74d137265583a69a8975402c /httemplate/search/elements
parent34647c32b50ce3b8ee1b6d3d7aef4ba9d0297bdb (diff)
and a slight formatting fix
Diffstat (limited to 'httemplate/search/elements')
-rw-r--r--httemplate/search/elements/search.html5
1 files 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 @@
<TD ALIGN="right">
<% $cgi->param('_type', "$xlsname.xls" ); %>
Download full results<BR>
- as <A HREF="<%= $cgi->self_url %>">Excel spreadsheet</A>
- <BR>
+ as <A HREF="<%= $cgi->self_url %>">Excel spreadsheet</A><BR>
<% $cgi->param('_type', 'csv'); %>
as <A HREF="<%= $cgi->self_url %>">CSV file</A>
</TD>