aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-tl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 85e0519..b48c8fe 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -211,7 +211,7 @@ also render the html"
(insert
(concat
(mastodon-tl--spoiler toot)
- (replace-regexp-in-string "\n*$" "" (mastodon-tl--content toot))
+ (replace-regexp-in-string "^\n+$" "" (mastodon-tl--content toot))
(mastodon-tl--media toot)
"\n\n"
(mastodon-tl--byline toot)