diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-21 17:07:32 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-21 17:08:13 +0100 |
commit | cf6b1c9f32bdabf2005585bde5369b322a9f0f5f (patch) | |
tree | 31b592d0018654b9ecc5c68be4fc246cd92f82e5 | |
parent | 8e0444beab82a839e2fabec659e81f11a76c37e3 (diff) |
adjust spacing for TOOTS in profile view
-rw-r--r-- | lisp/mastodon-profile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 6c9a850..74f9b62 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -622,8 +622,8 @@ HEADERS means also fetch link headers for pagination." (is-following (string= endpoint-type "following")) (endpoint-name (cond (is-statuses (if no-reblogs - " TOOTS (no boosts)" - " TOOTS ")) + " TOOTS (no boosts)" + " TOOTS ")) (is-followers " FOLLOWERS ") (is-following " FOLLOWING ")))) (insert |