Fix space after quote

This commit is contained in:
Bingus_Violet 2024-01-27 13:16:49 -06:00
parent 7ec7b1c360
commit c0ba44c88b

View file

@ -128,7 +128,7 @@ function pageUpdate() {
} }
addedHTML += ' ' addedHTML += ' '
} }
addedHTML.trimEnd() addedHTML = addedHTML.trim()
addedHTML += `"</span>` addedHTML += `"</span>`
} }
addedHTML += ` - ${lanyardData.discord_user.display_name} ${new Date(Date.now()).getFullYear()}</em></p>` addedHTML += ` - ${lanyardData.discord_user.display_name} ${new Date(Date.now()).getFullYear()}</em></p>`