@@ -, +, @@ --- C4/Reports/Guided.pm | 1 + 1 file changed, 1 insertion(+) --- a/C4/Reports/Guided.pm +++ a/C4/Reports/Guided.pm @@ -1041,6 +1041,7 @@ sub EmailReport { message_transport_type => 'email', }); $letter = $letter->unblessed; + $letter->{'content-type'} = 'text/html; charset="UTF-8"' if $letter->{'is_html'}; my $report = Koha::Reports->find( $report_id ); my $sql = $report->savedsql; --