From bbebbb662a5f11f0ceaa3377bc62a2037b870816 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 14 Jul 2021 02:57:50 +0000 Subject: [PATCH] spaces removed --- mod/settings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/settings.php b/mod/settings.php index 317f09201c..7e0b2d53b6 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -553,7 +553,7 @@ function settings_content(App $a) /// @todo Isn't it supposed to be a $a->internalRedirect() call? DI::page()['htmlhead'] = ''; } - + $settings_connectors = ''; Hook::callAll('connector_settings', $settings_connectors); @@ -849,7 +849,7 @@ function settings_content(App $a) '$importcontact' => DI::l10n()->t('Import Contacts'), '$importcontact_text' => DI::l10n()->t('Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account.'), '$importcontact_button' => DI::l10n()->t('Upload File'), - '$importcontact_maxsize' => DI::config()->get('system', 'max_csv_file_size', 30720), + '$importcontact_maxsize' => DI::config()->get('system', 'max_csv_file_size', 30720), '$relocate' => DI::l10n()->t('Relocate'), '$relocate_text' => DI::l10n()->t("If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."), '$relocate_button' => DI::l10n()->t("Resend relocate message to contacts"),