Closed (fixed)
Project:
Diff
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2009 at 16:20 UTC
Updated:
3 Dec 2009 at 15:50 UTC
It'd be great if headers in the DiffEngine were followed by a newline:
# diff DiffEngine.php DiffEngine.php.new
901c901
< echo $header;
---
> echo $header . "\n";
I'm trying to expose it as functionality for other modules to use, but without a newline, non-HTML diffs kinda suck there.
Comments
Comment #1
yhahn commentedCommitted: http://drupal.org/cvs?commit=291240