From 8c4c8f8e3a245c6a6b629ccb370f3795a3ccd822 Mon Sep 17 00:00:00 2001 From: nadrad Date: Fri, 10 Feb 2023 09:53:54 +0100 Subject: [PATCH] added an extra line break at the end of saved file --- h-m-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);