fix Sphinx error: add empty line after code-block

The "minimal site configuration on Ubuntu 12.04" is currently not visible at [1].
What's missing is the blank line after the Sphinx directive.

[1] http://doc.owncloud.org/server/6.0/admin_manual/installation/installation_source.html
This commit is contained in:
rol
2014-02-26 19:27:19 +01:00
committed by Morris Jobke
parent 490fa7cd96
commit d6148bb47c

View File

@@ -339,6 +339,7 @@ Example config for Apache 2.4:
A minimal site configuration on Ubuntu 12.04 might look like this:
.. code-block:: xml
<IfModule mod_ssl.c>
<VirtualHost _default_:443>
ServerName YourServerName