X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/42ecd63a35d8800977547f073de9336cbddfd5fd..6f73d970089bd95cc620f7c27404ff67704ef5d7:/SL/Form.pm
diff --git a/SL/Form.pm b/SL/Form.pm
index acc6c6b58..90f412018 100644
--- a/SL/Form.pm
+++ b/SL/Form.pm
@@ -37,6 +37,8 @@
package Form;
+use HTML::Template;
+
sub _input_to_hash {
$main::lxdebug->enter_sub();
@@ -243,17 +245,7 @@ sub error {
$msg =~ s/\n/
/g;
$self->header;
-
- print qq|
-
$msg - - -