« 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/transformContent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/transformContent.js b/src/content/dependencies/transformContent.js
index cc4e7a3..588e535 100644
--- a/src/content/dependencies/transformContent.js
+++ b/src/content/dependencies/transformContent.js
@@ -418,7 +418,7 @@ export default {
                 ? htmlFn(value, {html, language})
                 : value);
 
-            return {type: 'text', data: contents};
+            return {type: 'text', data: contents.toString()};
           }
 
           default: