diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:09:23 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:09:23 +0200 |
commit | a8a06a82d2b93c17b3014f0d468f23239100ca10 (patch) | |
tree | 07a13880071bc15ddec3810c21327af5f4f09ff4 /core/templates | |
parent | 44577e4345066952622feca9ef69c24fc23d08ab (diff) | |
download | nextcloud-server-a8a06a82d2b93c17b3014f0d468f23239100ca10.tar.gz nextcloud-server-a8a06a82d2b93c17b3014f0d468f23239100ca10.zip |
Remove trailing whitespaces from comments
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index d5eec7f3092..2919884a0ef 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -75,7 +75,7 @@ script('core', [ <?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?> <fieldset id='databaseBackend'> <?php if($_['hasMySQL'] or $_['hasPostgreSQL'] or $_['hasOracle']) - $hasOtherDB = true; else $hasOtherDB =false; //other than SQLite ?> + $hasOtherDB = true; else $hasOtherDB =false; //other than SQLite?> <legend><?php p($l->t('Configure the database')); ?></legend> <div id="selectDbType"> <?php foreach($_['databases'] as $type => $label): ?> |