From cf6b1c9f32bdabf2005585bde5369b322a9f0f5f Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 21 Mar 2023 17:07:32 +0100 Subject: adjust spacing for TOOTS in profile view --- lisp/mastodon-profile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp') 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 -- cgit v1.2.3