freeside/httemplate/search/elements search.html,1.9,1.10
ivan
ivan at pouncequick.420.am
Sat Mar 5 19:22:53 PST 2005
Update of /home/cvs/cvsroot/freeside/httemplate/search/elements
In directory pouncequick:/tmp/cvs-serv28180
Modified Files:
search.html
Log Message:
and a slight formatting fix
Index: search.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/elements/search.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- search.html 6 Mar 2005 03:04:28 -0000 1.9
+++ search.html 6 Mar 2005 03:22:51 -0000 1.10
@@ -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>
More information about the freeside-commits
mailing list