]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/common.pl
Ältere Versionen von YAML unterstützen die Funktion Indent() nicht.
[mfinanz.git] / bin / mozilla / common.pl
index 1c4719aaf82eba1c5a20904f9e607621709cfa51..97391b2a9e2f7af31d3dda8bcac10ce6c62bfb91 100644 (file)
@@ -18,7 +18,6 @@ sub save_form {
   $lxdebug->enter_sub();
 
   my $yaml = new YAML;
-  $yaml->Indent(1);
   my $old_form = $yaml->dump($form);
   $old_form =~ s|!|!!|g;
   $old_form =~ s|\n|!n|g;