Revision d56c9b08
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
SL/Template/LaTeX.pm | ||
---|---|---|
437 | 437 |
$contents = "[% TAGS $self->{tag_start} $self->{tag_end} %]\n" . $contents; |
438 | 438 |
} |
439 | 439 |
|
440 |
$form->prepare_global_vars; |
|
441 |
|
|
440 | 442 |
$::form->init_template->process(\$contents, $form, \$new_contents) || die $::form->template->error; |
441 | 443 |
} else { |
442 | 444 |
$new_contents = $self->parse_block($contents); |
Auch abrufbar als: Unified diff
Druck: Bei template-toolkit auch die globals setzen