Revision 8836016b
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
SL/ReportGenerator.pm | ||
---|---|---|
$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],
|
||
};
|
||
}
|
Auch abrufbar als: Unified diff
ReportGenerator: "data" forçiert stringifizieren, um auch mit SL::Locale::String zurechtzukommen