From 063589ddbffe714f91a04a8b8e3abc0b2a80a661 Mon Sep 17 00:00:00 2001 From: "i.j" Date: Sat, 23 Sep 2023 22:02:35 +0000 Subject: [PATCH] Fix CSS class name --- src/mastodon-timeline.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mastodon-timeline.js b/src/mastodon-timeline.js index d2c4a38..381c220 100644 --- a/src/mastodon-timeline.js +++ b/src/mastodon-timeline.js @@ -463,7 +463,7 @@ MastodonApi.prototype.assambleToot = function (c, i) { let content = ""; if (c.spoiler_text !== "") { content = - '
' + + '
' + c.spoiler_text + ' ' + '
' + @@ -476,7 +476,7 @@ MastodonApi.prototype.assambleToot = function (c, i) { c.reblog.spoiler_text !== "" ) { content = - '
' + + '
' + c.reblog.spoiler_text + ' ' + '
' +