diff --git a/page-mastodon.php b/page-mastodon.php index 23d3090..cda1703 100644 --- a/page-mastodon.php +++ b/page-mastodon.php @@ -33,7 +33,7 @@ window.onload = function() { if (media_attachments.length > 0) { media_attachments.forEach(attachment => { if (attachment.type === 'image') { - mediaHTML += ``; + mediaHTML += ``; } }); } @@ -44,7 +44,7 @@ window.onload = function() {
- + /> ${new Date(created_at).toLocaleString()}
@@ -168,4 +168,4 @@ img { }
-need('footer.php'); ?> \ No newline at end of file +need('footer.php'); ?>