We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$a = new HtmlDiff('<p>1.1', 'test'); echo $a->build();
outputs:
<ins class='mod'><del class="diffmod">.1</del><ins class="diffmod">test</ins>
<p>1 is not shown as being removed, and the opening <ins class='mod'> tag is not closed.
<p>1
<ins class='mod'>
The text was updated successfully, but these errors were encountered:
Merge pull request rashid2538#6 from caxy/fix-enhance-update_demo
69df1de
Break out HTML content to individual HTML, CSS, JS files
No branches or pull requests
outputs:
<p>1
is not shown as being removed, and the opening<ins class='mod'>
tag is not closed.The text was updated successfully, but these errors were encountered: