diff options
Diffstat (limited to 'httemplate/graph')
-rw-r--r-- | httemplate/graph/elements/report.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/graph/elements/report.html b/httemplate/graph/elements/report.html index 98b477826..b7073db31 100644 --- a/httemplate/graph/elements/report.html +++ b/httemplate/graph/elements/report.html @@ -126,8 +126,8 @@ any delimiter and linked from the elements in @data. % $workbook->close();# or die "Error creating .xls file: $!"; % % http_header('Content-Length' => length($output) ); -% -<% $output %> +% $m->print($output); +% % } elsif ( $cgi->param('_type') eq 'png' ) { % # delete any items that shouldn't be on the graph % if ( my $no_graph = $opt{'no_graph'} ) { |