UI: download full results links on separate lines, for consistency with search.html
authorivan <ivan>
Fri, 30 Nov 2007 20:55:27 +0000 (20:55 +0000)
committerivan <ivan>
Fri, 30 Nov 2007 20:55:27 +0000 (20:55 +0000)
httemplate/graph/elements/monthly.html

index 8e20b1c..7039bfe 100644 (file)
@@ -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" );