php-htmldiff
php-htmldiff copied to clipboard
HTML Tags
Is it possible to retain the html tag, body tag, css and js files? like get the diff only in the body and the rest will be retain?
Thanks.
Hey @uno2xx - this is not currently possible, but I added the Feature label to this issue as it's certainly something worth adding (and we'd happily accept a pull request for it if someone does it before we do 😉 ).
I have some time set out for some other work on this project this week, so I could fit this in if no one else grabs it.
Thanks @jschroed91 looking forward on it.
What I did right now is find the body using htmldom then insert it back with the new build.