added: section mark after events to check

This commit is contained in:
quenousimporte 2023-06-16 09:11:21 +02:00
parent 9b13062e9f
commit c8aae19ecf
1 changed files with 1 additions and 1 deletions

View File

@ -1320,7 +1320,7 @@ function checkevents()
} }
todo.content = todo.content.substring(0, idx) todo.content = todo.content.substring(0, idx)
+ newcontent.join("\n") + newcontent.join("\n")
+ "\n" + "\n---\n"
+ todo.content.substring(idx); + todo.content.substring(idx);
// reload todo if open // reload todo if open