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

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

diff --git a/scipost/utils.py b/scipost/utils.py
index 0781f26b7..2f093f7ea 100644
--- a/scipost/utils.py
+++ b/scipost/utils.py
@@ -41,7 +41,7 @@ SCIPOST_SUMMARY_FOOTER_HTML = (
     'international scientific community.</p>'
     '<p>The 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.</p>'
 )
 
-- 
GitLab