diff options
author | ivan <ivan> | 2007-11-30 20:55:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-11-30 20:55:28 +0000 |
commit | 926cb5bdf417c917aba4f258a34804a8eecccd2a (patch) | |
tree | 00aa5018e398489e702bde334086d3d9b0a8156d | |
parent | 35c8fd3734f232fbab7f275f1736ad0d4b379334 (diff) |
UI: download full results links on separate lines, for consistency with search.html
-rw-r--r-- | httemplate/graph/elements/monthly.html | 4 |
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" ); |