|
|
@@ -78,7 +78,7 @@ this.serializer = this.serializer || (() => {
|
|
|
}
|
|
|
value = value.replace(/&/g, "&").replace(/\u00a0/g, " ").replace(/"/g, """);
|
|
|
const validUnquotedValue = value.match(/^[^ \t\n\f\r"'`=<>]+$/);
|
|
|
- content += " "; //+ attribute.name + "=";
|
|
|
+ content += " ";
|
|
|
if (!attribute.namespace) {
|
|
|
content += attribute.name;
|
|
|
} else if (attribute.namespaceURI == "http://www.w3.org/XML/1998/namespace") {
|