@@ -1496,7 +1496,7 @@ class MDHTMLTag {
}
} else {
if (ch === attributeQuote) {
- endAttribute();
+ endAttribute(attributeQuote != '');
expect = expectAttributeNameOrEnd;
} else if (attributeQuote === '' && isWhitespace) {
endAttribute();