Skip to content
New issue

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

Letters disappear, ins tag not closed #6

Open
karabijavad opened this issue Jul 17, 2013 · 0 comments
Open

Letters disappear, ins tag not closed #6

karabijavad opened this issue Jul 17, 2013 · 0 comments

Comments

@karabijavad
Copy link

$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.

mkalkbrenner pushed a commit to mkalkbrenner/php-htmldiff that referenced this issue Mar 3, 2015
Break out HTML content to individual HTML, CSS, JS files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant