Reviewed & tested by the community
Project:
Views default argument from Context
Version:
7.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
5 Jan 2012 at 15:28 UTC
Updated:
15 Mar 2013 at 09:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
xjmOh, heavens. How embarrassing. This is what I get for not testing the patch myself. :)
Tagging novice for the task of cleaning up all the silly linebreaks!
Comment #2
bartlantz commentedHere's a patch that should fix this issue. The new drupal vim plugin makes those line endings stand out.
Thanks,
Bart
Comment #3
xjmHi @bartlantz. Thanks for the patch! There's one additional thing that needs work in the patch:
There does need to be a single newline at the end of the files. (Reference: http://drupal.org/coding-standards#indenting). So let's fix that as well.
Comment #4
bartlantz commentedSounds good, here's the new patch!
Comment #5
bartlantz commentedOkay, one more patch, there was extra white space on one of the lines.
Comment #6
valthebaldAfter applying patch from #5, file utility reports all line endings are Unix-style.