Merge pull request #4707 from discourse/revert-4699-rfc-signature

Revert "use RFC-complient signature separator dash-dash-space"
This commit is contained in:
Régis Hanol 2017-02-14 14:58:30 +01:00 committed by GitHub
commit dba16b57cb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ module Email
string = allow_reply_by_email? ? "user_notifications.reply_by_email" : "user_notifications.visit_link_to_respond"
string << "_pm" if @opts[:private_reply]
end
@template_args[:respond_instructions] = "-- \n" + I18n.t(string, @template_args)
@template_args[:respond_instructions] = "---\n" + I18n.t(string, @template_args)
end
if @opts[:add_unsubscribe_link]