Revision 49e7cf41
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
SL/Template/OpenDocument.pm | ||
---|---|---|
$table_row .= $1;
|
||
$end_tag = $2;
|
||
|
||
substr $contents, 0, length($2), '';
|
||
substr $contents, 0, length($1) + length($2), '';
|
||
|
||
my $new_text = $self->parse_foreach($var, $table_row, $tag, $end_tag, @indices);
|
||
if (!defined($new_text)) {
|
Auch abrufbar als: Unified diff
OpenDocument Druck: foreach Konstrukte korrekt ausschneiden