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

Allow $isolatedDiffTags to be configured on HtmlDiff #13

Closed jschroed91 closed 8 years ago

jschroed91 commented 9 years ago

Currently the $isolatedDiffTags is hard-coded with no public configuration available.

We should allow the tags that are isolated to be configured on the object.

jschroed91 commented 8 years ago

This was covered in the implementation of the HtmlDiffConfig class: #32