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