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
When i make diff between: OLD
aaa bbb
NEW
there is a space in 'NEW' version in empty line. Those space is not highlighted, it could be inside
<ins> </ins>
and additionally css:
.Differences ins, .Differences del { text-decoration: none; white-space: pre-wrap; }
The text was updated successfully, but these errors were encountered:
Squashed commit of the following:
a3e75e3
commit 30e103d Merge: 8d82ac4 71cd475 Author: Konstantin Kudryashov <[email protected]> Date: Fri Nov 1 06:02:21 2013 -0700 Merge pull request chrisboulton#2 from samdark/5.5-and-cleanup 5.5 and cleanup commit 71cd475 Author: Alexander Makarov <[email protected]> Date: Tue Oct 15 13:53:22 2013 +0400 Fixed callback commit dd80390 Author: Alexander Makarov <[email protected]> Date: Tue Oct 15 12:53:16 2013 +0400 phpdoc fixes commit 29dc002 Author: Alexander Makarov <[email protected]> Date: Tue Oct 15 12:52:58 2013 +0400 PHP 5.5 compatibility fix commit 8d82ac4 Merge: 7efe41e 9b736ac Author: Konstantin Kudryashov <[email protected]> Date: Thu Nov 8 00:55:45 2012 -0800 Merge pull request chrisboulton#1 from RobLoach/validate-composer Fix composer.json so that it validates commit 9b736ac Author: Rob Loach <[email protected]> Date: Wed Nov 7 16:08:40 2012 -0500 Fix composer.json so that it validates commit 7efe41e Author: Konstantin Kudryashov <[email protected]> Date: Thu Sep 27 02:00:35 2012 +0300 Update composer.json Change namespace as this is a fork
No branches or pull requests
When i make diff between:
OLD
NEW
there is a space in 'NEW' version in empty line.
Those space is not highlighted, it could be inside
and additionally css:
The text was updated successfully, but these errors were encountered: