diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2020-11-12 16:09:12 -0400 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2020-11-12 16:09:12 -0400 |
commit | 63e4132e7d548619b81a4c0b57a172f5b69854d7 (patch) | |
tree | 9ef6389dea3f5d83e0976024429c539e96f74424 /upd8.js | |
parent | 19829f9b6bfcde97861185658578f2b9f2057871 (diff) |
data changes and a bug fix
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 f2d4ed42..b6cee21b 100644 --- a/upd8.js +++ b/upd8.js @@ -1932,7 +1932,7 @@ function writeListingPages() { const getArtistLI = artistName => fixWS` <li> <a href="${C.ARTIST_DIRECTORY}/${C.getArtistDirectory(artistName)}/">${artistName}</a> - (${C.getArtistNumContributions(artistName, {allTracks, albumData, flashData})} <abbr title="contributions (to music, art, and flashes)">c.</abbr>) + (${'' + C.getArtistNumContributions(artistName, {allTracks, albumData, flashData})} <abbr title="contributions (to music, art, and flashes)">c.</abbr>) </li> `; |