diff --git a/src/mastodon-timeline.js b/src/mastodon-timeline.js index 6f6b0b0..225bc46 100644 --- a/src/mastodon-timeline.js +++ b/src/mastodon-timeline.js @@ -89,19 +89,19 @@ MastodonApi.prototype.getToots = function () { // Boosted avatar avatar = - '' + '' + '
' + '
' + '' - + status_.account.username + + status_.account.username + ' avatar' + '' + '
'; // User name and url user = '
' - + '' - + status_.reblog.account.username + + '' + + status_.reblog.account.username + ' post' + '' + '
'; @@ -114,17 +114,17 @@ MastodonApi.prototype.getToots = function () { // Avatar avatar = - '' + '' + '' - + status_.account.username + + status_.account.username + ' avatar' + '' + ''; // User name and url user = '
' - + '' - + status_.account.username + + '' + + status_.account.username + ' post' + '' + '
';