Merge pull request #11627 from owncloud/fix-sample.php-syntax
fix the RST syntax of config.sample.php
This commit is contained in:
commit
263dc70bfd
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue