Commit 56031276 authored by http://jneen.net/'s avatar http://jneen.net/

remove comment attribution

parent 602c3198
......@@ -15,7 +15,7 @@ module Gitlab
body = EmailReplyTrimmer.trim(body) or return ""
# [jneen] not using /\s+$/ here because that deletes empty lines
# not using /\s+$/ here because that deletes empty lines
body = body.gsub(/[ \t]$/, '')
body.force_encoding(encoding).encode("UTF-8")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment