You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 129 of the file lib/Dif/Renderer/Html/SideBySide.php should be corrected like this: $toLine = $change['base']['offset'] + $no + 1; -> $toLine = $change['changed']['offset'] + $no + 1;
My two cents..
The text was updated successfully, but these errors were encountered:
vince2corte
changed the title
Fix for a little error numbering lines
Fix for a small line numbering error.
Sep 22, 2023
Small library very useful for me. Thank's a lot !
Line 129 of the file lib/Dif/Renderer/Html/SideBySide.php should be corrected like this:
$toLine = $change['base']['offset'] + $no + 1;
->$toLine = $change['changed']['offset'] + $no + 1;
My two cents..
The text was updated successfully, but these errors were encountered: