added an extra line break at the end of saved file

This commit is contained in:
nadrad 2023-02-10 09:53:54 +01:00
parent 3430d33aeb
commit 8c4c8f8e3a

2
h-m-m
View file

@ -1919,7 +1919,7 @@ function save(&$mm, $new_name = false)
return;
}
fwrite($file, map_to_list($mm, $mm['root_id']));
fwrite($file, map_to_list($mm, $mm['root_id']) . "\n");
fclose($file);
display($mm);