diff options
Diffstat (limited to 'upd8.js')
-rw-r--r-- | upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js index 8e43e7eb..c5c46b29 100644 --- a/upd8.js +++ b/upd8.js @@ -443,7 +443,7 @@ async function writeAlbumPage(album) { <a id="cover-art" href="${getAlbumCover(album)}"><img src="${getAlbumCover(album)}"></a> <h1>${album.name}</h1> <p> - ${album.artist && `By ${getArtistString(album.artists)}.<br>`} + ${album.artists && `By ${getArtistString(album.artists)}.<br>`} Released ${getDateString(album)}. </p> <ol> |