diff options
Diffstat (limited to 'httemplate')
-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" ); |