Skip to content

Commit

Permalink
Remove breacking changes added in v1.11.57
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Jan 29, 2024
1 parent a7b18a3 commit 6188169
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/HtmlAgilityPack.Shared/HtmlDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1942,9 +1942,6 @@ private bool IsParentExplicitEnd()
case "p":
isExplicitEnd = nodeName == "div";
break;
case "span":
isExplicitEnd = nodeName == "div";
break;
case "table":
isExplicitEnd = nodeName == "table";
break;
Expand Down

0 comments on commit 6188169

Please sign in to comment.