diff --git a/src/HtmlAgilityPack.Shared/HtmlAttribute.cs b/src/HtmlAgilityPack.Shared/HtmlAttribute.cs index 5cb4a6a..fea1f8e 100644 --- a/src/HtmlAgilityPack.Shared/HtmlAttribute.cs +++ b/src/HtmlAgilityPack.Shared/HtmlAttribute.cs @@ -286,10 +286,9 @@ public HtmlAttribute Clone() att.Value = Value; att.QuoteType = QuoteType; att.InternalQuoteType = InternalQuoteType; - + att._isFromParse = _isFromParse; att._hasEqual = _hasEqual; - return att; }