소스 검색

removed obsolete comment

Gildas 7 년 전
부모
커밋
a44b07e08a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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") {