« 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:
-rw-r--r--src/content/dependencies/generatePageLayout.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/generatePageLayout.js b/src/content/dependencies/generatePageLayout.js
index ae0d102c..23d5932d 100644
--- a/src/content/dependencies/generatePageLayout.js
+++ b/src/content/dependencies/generatePageLayout.js
@@ -673,7 +673,7 @@ export default {
                   workingCapsule += '.withSubtitle';
                   workingOptions.subtitle =
                     html.tags([
-                      striptags(slots.subtitle.toString());
+                      striptags(slots.subtitle.toString()),
                     ]);
                 }