Remove automatic skooma attribute hyphenation

This commit is contained in:
Talia 2021-05-22 18:34:17 +02:00
parent a1677b151f
commit f0b56c074c
Signed by: darkwiiplayer
GPG Key ID: 7808674088232B3E
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const parseArgs = (element, args) => {
parseArgs(element, arg)
else
for (let key in arg)
element.setAttribute(key.replace(/([a-z])([A-Z])/g, "$1-$2"), parseAttribute(arg[key]))
element.setAttribute(key, parseAttribute(arg[key]))
}
const node = (name, args, xmlns) => {