Skip to content

Commit

Permalink
Update HtmlAttribute.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Sep 28, 2021
1 parent a2ef962 commit c41452a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/HtmlAgilityPack.Shared/HtmlAttribute.cs
Expand Up @@ -286,10 +286,9 @@ public HtmlAttribute Clone()
att.Value = Value;
att.QuoteType = QuoteType;
att.InternalQuoteType = InternalQuoteType;

att._isFromParse = _isFromParse;
att._hasEqual = _hasEqual;

return att;
}

Expand Down

0 comments on commit c41452a

Please sign in to comment.