mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
parent
28d87861cc
commit
c2ca11caa7
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class Entry:
|
|||
self.journal.config['linewrap'],
|
||||
initial_indent="| ",
|
||||
subsequent_indent="| ",
|
||||
drop_whitespace=False)
|
||||
drop_whitespace=True)
|
||||
for line in self.body.rstrip(" \n").splitlines()
|
||||
])
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue