Selaa lähdekoodia

removed obsolete comment

Gildas 7 vuotta sitten
vanhempi
sitoutus
a44b07e08a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lib/single-file/serializer.js

+ 1 - 1
lib/single-file/serializer.js

@@ -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") {