X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c497b0352f95a55d204101b70ac771b2dc21ddee..615901a:/SL/ReportGenerator.pm?ds=sidebyside diff --git a/SL/ReportGenerator.pm b/SL/ReportGenerator.pm index 40beabb92..d9edae200 100644 --- a/SL/ReportGenerator.pm +++ b/SL/ReportGenerator.pm @@ -349,7 +349,7 @@ sub prepare_html_content { $col->{CELL_ROWS} = [ ]; foreach my $i (0 .. scalar(@{ $col->{data} }) - 1) { push @{ $col->{CELL_ROWS} }, { - 'data' => $self->html_format($col->{data}->[$i]), + 'data' => '' . $self->html_format($col->{data}->[$i]), 'link' => $col->{link}->[$i], }; }