« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xupd8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js
index 6e93eb8..65461c5 100755
--- a/upd8.js
+++ b/upd8.js
@@ -1507,7 +1507,7 @@ async function writePage(directoryParts, {
 }) {
     body.style ??= '';
 
-    theme = theme ?? getThemeString(wikiInfo);
+    theme = theme || getThemeString(wikiInfo);
 
     main.classes ??= [];
     main.content ??= '';