« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/upd8.js
diff options
context:
space:
mode:
Diffstat (limited to 'upd8.js')
-rwxr-xr-xupd8.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/upd8.js b/upd8.js
index e9ebc66..12549c5 100755
--- a/upd8.js
+++ b/upd8.js
@@ -3072,7 +3072,7 @@ function writeArtistPage(artist) {
                     ? strings('artistPage.creditList.entry.withArtists.withContribution', {
                         entry,
                         artists: getArtistString(artists, {strings, to}),
-                        contribution: contrib
+                        contribution: contrib.what
                     })
                     : strings('artistPage.creditList.entry.withArtists', {
                         entry,
@@ -3081,7 +3081,7 @@ function writeArtistPage(artist) {
                 : (contrib.what
                     ? strings('artistPage.creditList.entry.withContribution', {
                         entry,
-                        contribution: contrib
+                        contribution: contrib.what
                     })
                     : entry)));