« get me outta code hell

html: pls - 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:22:17 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-04-12 15:22:17 -0300
commit197aa929bc12168832547dd965ead41b9bab6a32 (patch)
tree51e1cf9da56b4fd20f3ed690993cd426a5be4c6f /src
parent54541228bcaa9c2436e1823c2bab656fb1916284 (diff)
html: pls
Diffstat (limited to 'src')
-rw-r--r--src/util/html.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/html.js b/src/util/html.js
index 9fc94a1..7bce9ae 100644
--- a/src/util/html.js
+++ b/src/util/html.js
@@ -1844,7 +1844,7 @@ export const isAttributesAdditionSinglet = (value) => {
     }
 
     if (Array.isArray(value) && value.length === 1) {
-      if (Object.hasOwn(value[0]), blessAttributes) {
+      if (Object.hasOwn(value[0], blessAttributes)) {
         return true;
       }
     }