From c31e6297133a3f9a7aef5abb247c5041334aca06 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 20 Aug 2018 11:21:23 +0200 Subject: [PATCH] Fix comment style in config sample Signed-off-by: Morris Jobke --- config/config.sample.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index fa1c13b7a73f6..0f532056c1623 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -785,10 +785,10 @@ * 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',