Posted by smithmb on September 17, 2009 at 4:20pm
Jump to:
| Project: | Diff |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
Committed: http://drupal.org/cvs?commit=291240
#2
Automatically closed -- issue fixed for 2 weeks with no activity.