diff --git a/src/Parser.ts b/src/Parser.ts index b1e3e6df1..2f7b960b4 100644 --- a/src/Parser.ts +++ b/src/Parser.ts @@ -445,7 +445,6 @@ export class Parser implements Callbacks { ) { this.attribs[this.attribname] = this.attribvalue; } - this.attribname = ""; this.attribvalue = ""; }