From 6ea7ab044871a93123a1bfc6788865b0fa4d90b3 Mon Sep 17 00:00:00 2001
From: Carsten  Rose <carsten.rose@math.uzh.ch>
Date: Mon, 4 Mar 2019 16:14:12 +0100
Subject: [PATCH] Manual.rst: correct parameter 'mode' for special column name
 '_sendMail'

---
 extension/Documentation/Manual.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst
index 9bbe84c2b..6cbe73943 100644
--- a/extension/Documentation/Manual.rst
+++ b/extension/Documentation/Manual.rst
@@ -6045,7 +6045,7 @@ Send emails. Every mail will be logged in the table `mailLog`. Attachments are s
 +--------------+----------------------------------------+--------------------------------------------------------------------------------------------------+------------+
 | E            | encode|decode|none                     |**Body**: will be htmlspecialchar() encoded, decoded (default) or none (untouched).               |            |
 +--------------+----------------------------------------+--------------------------------------------------------------------------------------------------+------------+
-| M            | html                                   |**Body**: will be send as a HTML mail.                                                            |            |
+| mode         | html                                   |**Body**: will be send as a HTML mail.                                                            |            |
 +--------------+----------------------------------------+--------------------------------------------------------------------------------------------------+------------+
 
 * **e|E**: By default, QFQ stores values 'htmlspecialchars()' encoded. If such values have to send by email, the html entities are
-- 
GitLab