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 + ' ' + '
' +