diff --git a/h-m-m b/h-m-m index 4e26bc9..4ee5278 100755 --- a/h-m-m +++ b/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);