Merge pull request #11627 from owncloud/fix-sample.php-syntax

fix the RST syntax of config.sample.php
This commit is contained in:
Thomas Müller 2014-10-17 10:12:46 +02:00
commit 263dc70bfd
1 changed files with 5 additions and 3 deletions

View File

@ -551,9 +551,11 @@ $CONFIG = array(
/**
* By default, ownCloud can generate previews for the following filetypes:
* Images files
* Covers of MP3 files
* Text documents
*
* - Images files
* - Covers of MP3 files
* - Text documents
*
* Valid values are ``true``, to enable previews, or
* ``false``, to disable previews
*/