Revision ac3b12f7
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
scripts/migrate_menu.pl | ||
---|---|---|
143 | 143 |
my $first = 0; |
144 | 144 |
for my $key (@order) { |
145 | 145 |
next unless exists $node->{$key}; |
146 |
$yaml .= ($first++ ? ' ' : '- ') . $key . ": ";
|
|
146 |
$yaml .= ($first++ ? ' ' : '- ') . $key . ":"; |
|
147 | 147 |
if (!ref $node->{$key}) { |
148 |
$yaml .= $node->{$key} . "\n"; |
|
148 |
$yaml .= ' ' . $node->{$key} . "\n";
|
|
149 | 149 |
} else { |
150 | 150 |
$yaml .= "\n"; |
151 | 151 |
for ('action', grep !/^action$/, keys %{ $node->{$key} }) { |
Auch abrufbar als: Unified diff
migrate_menu: trailing whitespace im yaml dump