added more headline "=" characters

This commit is contained in:
Patrizio Bekerle 2017-05-16 20:10:06 +02:00
parent 88f466cba8
commit e5b5bc30fa
No known key found for this signature in database
GPG Key ID: 2E9FFD770DABE838
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}
}