summaryrefslogtreecommitdiff
path: root/httemplate/graph/elements
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-11-27 21:44:49 -0800
committerMark Wells <mark@freeside.biz>2012-11-27 21:44:49 -0800
commit88ee94c8cbe28332a40c3d2ca3f84f3e14867a5b (patch)
treedabe9abeccc9261e049b202c3a3d779d29036392 /httemplate/graph/elements
parent7049340c3a9d305969ca8f2561a53d884398d6ee (diff)
remove trailing junk from XLSX files, #20337
Diffstat (limited to 'httemplate/graph/elements')
-rw-r--r--httemplate/graph/elements/report.html4
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'} ) {