no carriage returns ever, please
Chris Wanstrath chris@ozmm.org
Sat, 31 Oct 2009 11:11:39 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
lib/github/markup.rb
→
lib/github/markup.rb
@@ -53,7 +53,7 @@ while tmp = stdout.read(1024)
out << tmp end end - out + out.gsub("\r", '') end # Define markups