summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ramsay <james@jramsay.com.au>2018-02-26 13:48:02 -0500
committerJames Ramsay <james@jramsay.com.au>2018-02-26 14:11:28 -0500
commit79156b5c7c173daa09c222f8c6bc3bfcdb10a22f (patch)
tree2e076786c3616b8e77657b1c4f0128bfe4c23d00
parent88870c871eeb55ff43cf638ba8d7307b263393c3 (diff)
downloadgitlab-ce-jramsay-43617-sig-sep.tar.gz
Use RFC 3676 signature separator for email notificationsjramsay-43617-sig-sep
Many email clients are aware of the commonly used "-- " signature separator, which originates from the Usenet convention, and hide or reformat signatures accordingly. Using "-- " instead of "---" is considerate of plain text users who make use of this convention.
-rw-r--r--app/views/layouts/notify.text.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/notify.text.erb b/app/views/layouts/notify.text.erb
index de48f548a1b..061e9324a19 100644
--- a/app/views/layouts/notify.text.erb
+++ b/app/views/layouts/notify.text.erb
@@ -1,6 +1,6 @@
<%= yield -%>
----
+<%= "-- " %>
<% if @target_url -%>
<% if @reply_by_email -%>
<%= "Reply to this email directly or view it on GitLab: #{@target_url}" -%>