« get me outta code hell

language: #wrapSanitized: bless prefab attributes - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-04-12 15:18:03 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-04-12 15:18:03 -0300
commit54541228bcaa9c2436e1823c2bab656fb1916284 (patch)
treefd7408e5c7538d187dd4be12b81ed057fbf5c2ba /src
parentcad3d9a310d6451f8641ac13da7fbc3453c81efb (diff)
language: #wrapSanitized: bless prefab attributes
Diffstat (limited to 'src')
-rw-r--r--src/data/things/language.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/things/language.js b/src/data/things/language.js
index 06241e4..dbe1ff3 100644
--- a/src/data/things/language.js
+++ b/src/data/things/language.js
@@ -392,6 +392,7 @@ export class Language extends Thing {
   // contents, if needed.
   #wrapSanitized(content) {
     return html.tags(content, {
+      [html.blessAttributes]: true,
       [html.joinChildren]: '',
       [html.noEdgeWhitespace]: true,
     });