diff --git a/journal-entry/journal-entry.qml b/journal-entry/journal-entry.qml index d84e383..f3ed48e 100644 --- a/journal-entry/journal-entry.qml +++ b/journal-entry/journal-entry.qml @@ -39,7 +39,7 @@ QtObject { // create a new journal entry note if it wasn't found // keep in mind that the note will not be created instantly on the disk script.log("creating new journal entry: " + headline); - script.createNote(headline + "\n========\n\n"); + script.createNote(headline + "\n================\n\n"); } } }