mirror of
https://github.com/nadrad/h-m-m.git
synced 2026-03-13 20:25:45 +01:00
added an extra line break at the end of saved file
This commit is contained in:
parent
3430d33aeb
commit
8c4c8f8e3a
1 changed files with 1 additions and 1 deletions
2
h-m-m
2
h-m-m
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue