summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-08-20 11:21:23 +0200
committerMorris Jobke <hey@morrisjobke.de>2018-08-20 14:08:00 +0200
commitc31e6297133a3f9a7aef5abb247c5041334aca06 (patch)
tree7b46f23a9e99980544888b91390c43febbef2bd3
parentf2f723c7c83798ccb65967b7329dd5b7ec78ea78 (diff)
downloadnextcloud-server-c31e6297133a3f9a7aef5abb247c5041334aca06.tar.gz
nextcloud-server-c31e6297133a3f9a7aef5abb247c5041334aca06.zip
Fix comment style in config sample
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r--config/config.sample.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index fa1c13b7a73..0f532056c16 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -785,10 +785,10 @@ $CONFIG = array(
* This section is for configuring the download links for Nextcloud clients, as
* seen in the first-run wizard and on Personal pages.
*
- * Defaults to
- * * Desktop client: ``https://nextcloud.com/install/#install-clients``
- * * Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
- * * iOS client : ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
+ * Defaults to:
+ * - Desktop client: ``https://nextcloud.com/install/#install-clients``
+ * - Android client: ``https://play.google.com/store/apps/details?id=com.nextcloud.client``
+ * - iOS client: ``https://itunes.apple.com/us/app/nextcloud/id1125420102?mt=8``
*/
'customclient_desktop' =>
'https://nextcloud.com/install/#install-clients',