From 3e2d28059363b59e8369e5fd0bd65624a223beeb Mon Sep 17 00:00:00 2001
From: crose <carsten.rose@math.uzh.ch>
Date: Wed, 20 Feb 2019 19:08:30 +0100
Subject: [PATCH] Database

---
 extension/Documentation/Manual.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst
index 7c8d75b49..9a9a6236e 100644
--- a/extension/Documentation/Manual.rst
+++ b/extension/Documentation/Manual.rst
@@ -231,7 +231,9 @@ Setup a *report* to manage all *forms*:
 * Create a Typo3 page.
 * Set the 'URL Alias' to `form` (default) or the individual defined value in parameter `editFormPage` (configuration_).
 * Insert a content record of type *qfq*.
-* In the bodytext insert the following code: ::
+* In the bodytext insert the following code:
+
+.. code-block:: mysql
 
     # If there is a form given by SIP: show
     form={{form:SE}}
-- 
GitLab