summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2007-11-30 20:55:27 +0000
committerivan <ivan>2007-11-30 20:55:27 +0000
commit0a1c8ced70c7497a38aa5a25dcfdcb34862d5299 (patch)
tree9ddc6b69785a04c7fb10abf14444f13e89a835fe /httemplate
parent36bce8cbf2828b07c85b7a5e6995a95b60bc2aca (diff)
UI: download full results links on separate lines, for consistency with search.html
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/graph/elements/monthly.html4
1 files 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 <A HREF="<% $cgi->self_url %>">Excel spreadsheet</A>
+ Download full results<BR>
+ as <A HREF="<% $cgi->self_url %>">Excel spreadsheet</A><BR>
% $cgi->param('_type', 'csv');
as <A HREF="<% $cgi->self_url %>">CSV file</A></P>
% $cgi->param('_type', "html" );