php-diff icon indicating copy to clipboard operation
php-diff copied to clipboard

White space in empty lines is not highlighted - (bug/feature request)

Open TeRq opened this issue 14 years ago • 0 comments

When i make diff between: OLD

aaa

bbb

NEW

aaa
 
bbb

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;
}

TeRq avatar Sep 15 '10 12:09 TeRq