[Pkg-owncloud-commits] [owncloud-doc] 02/44: fixing: WARNING: Explicit markup ends without a blank line;

David Prévot taffit at moszumanska.debian.org
Sun Dec 15 00:06:44 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg_clean
in repository owncloud-doc.

commit b9409c997718988655e618c9d7254cf25b48a699
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Mon Nov 25 09:47:17 2013 +0100

    fixing:  WARNING: Explicit markup ends without a blank line;
---
 admin_manual/configuration/configuration_preview.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/admin_manual/configuration/configuration_preview.rst b/admin_manual/configuration/configuration_preview.rst
index 0213db9..581bd25 100644
--- a/admin_manual/configuration/configuration_preview.rst
+++ b/admin_manual/configuration/configuration_preview.rst
@@ -69,6 +69,7 @@ There are two config options to set the maximum size of a preview.
     'preview_max_y' => null,
 
 .. code-block:: php
+
 By default, both config options are set to null. 'Null' is equal to no limit.
 Numeric values represent the size in pixel. The following code limits previews
 to a maximum size of 100px by 100px:
@@ -80,6 +81,7 @@ to a maximum size of 100px by 100px:
     'preview_max_y' => 100,
 
 .. code-block:: php
+
 'preview_max_x' represents the x-axis and 'preview_max_y' represents the y-axis.
 
 Maximum scale factor:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list