From 926cb5bdf417c917aba4f258a34804a8eecccd2a Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 30 Nov 2007 20:55:28 +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.20.1