mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Merge 907a75d41e
into 144785d2b5
This commit is contained in:
commit
d233c4c215
1 changed files with 4 additions and 4 deletions
|
@ -39,7 +39,7 @@ class Entry:
|
|||
self.journal.config['linewrap'],
|
||||
initial_indent="| ",
|
||||
subsequent_indent="| ",
|
||||
drop_whitespace=False)
|
||||
drop_whitespace=False).replace(' ', ' ')
|
||||
for line in self.body.strip().splitlines()
|
||||
])
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue