chiark
/
gitweb
/
~ian
/
mastodonochrome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5515d4c
)
Fix missing 'you' after 'followed'.
author
Simon Tatham
<anakin@pobox.com>
Wed, 6 Dec 2023 19:03:26 +0000
(19:03 +0000)
committer
Simon Tatham
<anakin@pobox.com>
Wed, 6 Dec 2023 19:03:26 +0000
(19:03 +0000)
text.py
patch
|
blob
|
history
diff --git
a/text.py
b/text.py
index 21172ac980216e5442e9b4fc7cd7cdd664308573..307a422ae20359684afb7a575e48dd9890b20f53 100644
(file)
--- a/
text.py
+++ b/
text.py
@@
-296,6
+296,8
@@
class NotificationLog:
self.para = Paragraph()
self.para.add(ColouredString(date + " " + sentence))
+ self.para.end_word()
+
if want_content:
for cpara in cparas:
self.para.add_para(cpara)