diff options
Diffstat (limited to 'bin/io.pl')
-rw-r--r-- | bin/io.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1771,7 +1771,7 @@ sub print_form { template => $form->{'formname'}, format => uc $form->{format} ); try { $template->render($form); - $template->output($form->{media}); + $template->output(%{$form}); } catch Error::Simple with { my $E = shift; |