From 59e9aa973f07785db1b6fb4e912d909d8329519b Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Thu, 22 Sep 2016 09:56:05 +0200 Subject: [PATCH] Correct typo in html C reg inv --- scipost/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost/utils.py b/scipost/utils.py index 1d7fda1ba..2f9542ee5 100644 --- a/scipost/utils.py +++ b/scipost/utils.py @@ -428,7 +428,7 @@ class Utils(object): 'called SciPost, and to invite you to become an active Contributor.') email_text += summary_text email_text_html += ( - '<pI would hereby like to quickly introduce ' + '<p>I would hereby like to quickly introduce ' 'you to a scientific publishing initiative I recently launched, ' 'called SciPost, and to invite you to become an active Contributor.</p>') email_text_html += summary_text_html + '<br/>' + EMAIL_FOOTER -- GitLab