From 0a1c8ced70c7497a38aa5a25dcfdcb34862d5299 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 30 Nov 2007 20:55:27 +0000 Subject: [PATCH] UI: download full results links on separate lines, for consistency with search.html --- httemplate/graph/elements/monthly.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/graph/elements/monthly.html b/httemplate/graph/elements/monthly.html index 8e20b1c86..7039bfe56 100644 --- a/httemplate/graph/elements/monthly.html +++ b/httemplate/graph/elements/monthly.html @@ -186,8 +186,8 @@ Example: % unless ( $opt{'disable_download'} ) { % $cgi->param('_type', "monthly.xls" ); - Download full results - as Excel spreadsheet + Download full results
+ as Excel spreadsheet
% $cgi->param('_type', 'csv'); as CSV file

% $cgi->param('_type', "html" ); -- 2.11.0