Fix syntax error in user config docs

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-11-30 18:13:22 +01:00 committed by Backportbot
parent 2193952b5b
commit ebe0934a36

View File

@ -149,7 +149,9 @@ You now have a configurable option in ``config.php`` that controls whether
external storage is counted against user's quotas. This is still
experimental, and may not work as expected. The default is to not count
external storage as part of user storage quotas. If you prefer to include it,
then change the default ``false`` to ``true``.::
then change the default ``false`` to ``true``.
::
'quota_include_external_storage' => false,