From: mark Date: Thu, 27 May 2010 01:02:51 +0000 (+0000) Subject: unbreak download links X-Git-Tag: freeside_1_9_4~79 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=38c8fffd51a3e36c6359592f8350f8b31943cb17 unbreak download links --- diff --git a/httemplate/search/elements/search-html.html b/httemplate/search/elements/search-html.html index 67f0b0d03..96591dfd7 100644 --- a/httemplate/search/elements/search-html.html +++ b/httemplate/search/elements/search-html.html @@ -144,18 +144,18 @@ Download full results
% $cgi->param('_type', "$xlsname.xls" ); - as Excel spreadsheet
+ as Excel spreadsheet
% $cgi->param('_type', 'csv'); - as CSV file
+ as CSV file
% if ( defined($opt{xml_elements}) ) { % $cgi->param('_type', 'xml'); - as XML file
+ as XML file
% } % $cgi->param('_type', 'html-print'); - as printable copy + as printable copy % $cgi->param('_type', "html" );