Revision 8836016b
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/ReportGenerator.pm | ||
---|---|---|
349 | 349 |
$col->{CELL_ROWS} = [ ]; |
350 | 350 |
foreach my $i (0 .. scalar(@{ $col->{data} }) - 1) { |
351 | 351 |
push @{ $col->{CELL_ROWS} }, { |
352 |
'data' => $self->html_format($col->{data}->[$i]), |
|
352 |
'data' => '' . $self->html_format($col->{data}->[$i]),
|
|
353 | 353 |
'link' => $col->{link}->[$i], |
354 | 354 |
}; |
355 | 355 |
} |
Auch abrufbar als: Unified diff
ReportGenerator: "data" forçiert stringifizieren, um auch mit SL::Locale::String zurechtzukommen