From 870833974dff41fe85da35e2f776db5846139cdd Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Mon, 3 Oct 2016 21:37:52 +0200
Subject: [PATCH] Correct typo in html email footer

---
 scipost/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scipost/utils.py b/scipost/utils.py
index 9ab5f6de9..0781f26b7 100644
--- a/scipost/utils.py
+++ b/scipost/utils.py
@@ -24,7 +24,7 @@ SCIPOST_SUMMARY_FOOTER = (
     'international scientific community.'
     '\n\nThe site is anchored at https://scipost.org. Many further details '
     'about SciPost, its principles, ideals and implementation can be found at '
-    'https://scipost.org/about and https://scipost.org/FAQ. '
+    'https://scipost.org/about and https://scipost.org/FAQ.\n'
     'Professional scientists can register at https://scipost.org/register.'
 )
 
-- 
GitLab