summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-10-17 10:12:46 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-10-17 10:12:46 +0200
commit263dc70bfdf28446b0f7e9162de205caaf55d257 (patch)
tree49e83f180161af2827c51de3efe15c8598b7335b
parente679a4c81c203c2076b32d78492dc52bcadeff54 (diff)
parent72c2ee9f9c2454ddd770667153112e1808d07b78 (diff)
downloadnextcloud-server-263dc70bfdf28446b0f7e9162de205caaf55d257.tar.gz
nextcloud-server-263dc70bfdf28446b0f7e9162de205caaf55d257.zip
Merge pull request #11627 from owncloud/fix-sample.php-syntax
fix the RST syntax of config.sample.php
-rwxr-xr-xconfig/config.sample.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index e54591d62e4..621e5df80b3 100755
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -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
*/