Remove trailing whitespaces from comments
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
44577e4345
commit
a8a06a82d2
|
@ -142,7 +142,7 @@
|
||||||
});
|
});
|
||||||
?>
|
?>
|
||||||
<?php foreach ($sortedBackends as $backend): ?>
|
<?php foreach ($sortedBackends as $backend): ?>
|
||||||
<?php if ($backend->getDeprecateTo()) continue; // ignore deprecated backends ?>
|
<?php if ($backend->getDeprecateTo()) continue; // ignore deprecated backends?>
|
||||||
<option value="<?php p($backend->getIdentifier()); ?>"><?php p($backend->getText()); ?></option>
|
<option value="<?php p($backend->getIdentifier()); ?>"><?php p($backend->getText()); ?></option>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</select>
|
</select>
|
||||||
|
|
|
@ -75,7 +75,7 @@ script('core', [
|
||||||
<?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?>
|
<?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?>
|
||||||
<fieldset id='databaseBackend'>
|
<fieldset id='databaseBackend'>
|
||||||
<?php if($_['hasMySQL'] or $_['hasPostgreSQL'] or $_['hasOracle'])
|
<?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>
|
<legend><?php p($l->t('Configure the database')); ?></legend>
|
||||||
<div id="selectDbType">
|
<div id="selectDbType">
|
||||||
<?php foreach($_['databases'] as $type => $label): ?>
|
<?php foreach($_['databases'] as $type => $label): ?>
|
||||||
|
|
Loading…
Reference in New Issue