diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst
index 8fa0eb88a67f46ede423f2dba06754fd46ff45f4..c1b1d0b06939a8a1fbfc4c97312395fcc8d2538d 100644
--- a/extension/Documentation/Manual.rst
+++ b/extension/Documentation/Manual.rst
@@ -2064,6 +2064,7 @@ class
 * Any CSS class name(s) can be specified.
 * Check `typo3conf/ext/qfq/Resources/Public/Css/qfq-bs.css` for predefined classes.
 * Typical use: adjust the floating rules of the form.
+
   * See: http://getbootstrap.com/css/#overview-container
   * Expand the form over the whole area: `container-fluid`
 
@@ -2718,6 +2719,7 @@ Checkboxes can be rendered in mode:
   * *buttonClass*: Instead of the plain HTML  checkbox fields, Bootstrap
     `buttons <http://getbootstrap.com/javascript/#buttons-checkbox-radio>`_. are rendered as `checkbox` elements. Use
     one of the following `classes <http://getbootstrap.com/css/#buttons-options>`_:
+
     * `btn-default` (default, grey),
     * `btn-primary` (blue),
     * `btn-success` (green),
@@ -3564,6 +3566,7 @@ input field. Any input field in the *Form editor* can be redeclared in the corre
 missing definition means 'take the default'. E.g.:
 
 * Form: 'person'
+
 	+--------------------+--------------------------+
 	| Column             | Value                    |
 	+====================+==========================+
@@ -3575,6 +3578,7 @@ missing definition means 'take the default'. E.g.:
 	+--------------------+--------------------------+
 
 * FormElement 'firstname' in Form 'person':
+
 	+--------------------+------------------------------------------------+
 	| Column             | Value                                          |
 	+====================+================================================+