From 38c8fffd51a3e36c6359592f8350f8b31943cb17 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 27 May 2010 01:02:51 +0000 Subject: [PATCH] unbreak download links --- httemplate/search/elements/search-html.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" ); -- 2.11.0