« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/upd8.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-xsrc/upd8.js12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 8a5a287..72708ef 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -1198,15 +1198,21 @@ writePage.html = (
                     <h1 class="info-card-name"><a></a></h1>
                     <p class="info-card-album">${language.$(
                       'releaseInfo.from',
-                      {album: '<a></a>'}
+                      {
+                        album: '<a></a>',
+                      }
                     )}</p>
                     <p class="info-card-artists">${language.$(
                       'releaseInfo.by',
-                      {artists: '<span></span>'}
+                      {
+                        artists: '<span></span>',
+                      }
                     )}</p>
                     <p class="info-card-cover-artists">${language.$(
                       'releaseInfo.coverArtBy',
-                      {artists: '<span></span>'}
+                      {
+                        artists: '<span></span>',
+                      }
                     )}</p>
                 </div>
             </div>