X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bebdc2ce03a4c60e94337cf69a12e167a8144d72..46f9d91b44c432aa017f44b6b2f53114e190428e:/bin/mozilla/io.pl diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index a69521b12..917720c9d 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1570,6 +1570,10 @@ sub print_form { today => DateTime->today, }; + if ($defaults->print_interpolate_variables_in_positions) { + $form->substitute_placeholders_in_template_arrays({ field => 'description', type => 'text' }, { field => 'longdescription', type => 'html' }); + } + $form->parse_template(\%myconfig); $form->{callback} = "";