caxy / php-htmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML. Includes support for comparing complex lists and tables
http://php-htmldiff.caxy.com
GNU General Public License v2.0
202 stars 51 forks source link

Correctly match newlines whitin htmltags. #122

Open pharixces opened 1 year ago

pharixces commented 1 year ago

When using newlines within htmltags the regular expression used doesn't account for newlines, this pull request aims to fix this issue.