projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b079ee7
)
Ältere Versionen von YAML unterstützen die Funktion Indent() nicht.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 22 Feb 2007 07:32:21 +0000
(07:32 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 22 Feb 2007 07:32:21 +0000
(07:32 +0000)
bin/mozilla/common.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/common.pl
b/bin/mozilla/common.pl
index
1c4719a
..
97391b2
100644
(file)
--- a/
bin/mozilla/common.pl
+++ b/
bin/mozilla/common.pl
@@
-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;