From 260ef64946e8762a8fa49d2e897ad90b557140c8 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 20 Aug 2018 11:21:23 +0200 Subject: Fix comment style in config sample Signed-off-by: Morris Jobke --- config/config.sample.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index 4f97034970d..09b5c185041 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -811,11 +811,11 @@ $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`` - * *iOS client app id: ``1125420102`` + * 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`` + * - iOS client app id: ``1125420102`` */ 'customclient_desktop' => 'https://nextcloud.com/install/#install-clients', -- cgit v1.2.3