Skip to content
Snippets Groups Projects
Commit 640b8ae9 authored by rswindell's avatar rswindell
Browse files

Add a blank line between users in the subscriber's list file.

parent 64cf64a5
No related branches found
No related tags found
No related merge requests found
......@@ -396,6 +396,7 @@ function write_user_list(user_list, user_file)
user_file.writeln("[" + user_list[u].name + "]");
for(var p in user_list[u])
user_file.writeln(p + " = " + user_list[u][p]);
user_file.writeln();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment