htmldiff icon indicating copy to clipboard operation
htmldiff copied to clipboard

Calculate the difference between two HTML snippets

Results 2 htmldiff issues
Sort by recently updated
recently updated
newest added

Hi First I would to thank you for this algorithm, great job! I ran in following problem: If I have Links (anchor tags) in my html strings, the comparsion breaks...

Parser breaks at https://github.com/cdauth/htmldiff/blob/master/Nodes.php#L203 if parser somehow is on the body tag and tries to access the parent node. Call to a member function getIndexOf() on null in htmldiff\Nodes.php on...