aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-08-04 12:42:42 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-08-04 12:42:42 +0200
commiteb5f3a5cf22ae7889dfafb769a4cfead1a82a7e6 (patch)
tree2edc10860d9c105cf28416e003421aa52d363db1 /app
parentfce021aad63e437536de0651a70b566d39221119 (diff)
Minor fix phpcbf
Minor whitespace from https://github.com/FreshRSS/FreshRSS/pull/3721
Diffstat (limited to 'app')
-rw-r--r--app/install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/install.php b/app/install.php
index 0b601e87f..11f691b91 100644
--- a/app/install.php
+++ b/app/install.php
@@ -655,7 +655,7 @@ if (_t('gen.dir') === 'rtl') {
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1.0" />
<script id="jsonVars" type="application/json">{}</script>
- <title><?= _t('install.title') ?>: <?= _t('install.step', STEP+1) ?></title>
+ <title><?= _t('install.title') ?>: <?= _t('install.step', STEP + 1) ?></title>
<link rel="stylesheet" href="../themes/base-theme/template.css?<?= @filemtime(PUBLIC_PATH . '/themes/base-theme/template.css') ?>" />
<link rel="stylesheet" href="../themes/Origine/origine.css?<?= @filemtime(PUBLIC_PATH . '/themes/Origine/origine.css') ?>" />
<meta name="robots" content="noindex,nofollow" />
@@ -711,7 +711,7 @@ if (_t('gen.dir') === 'rtl') {
</nav>
<div class="post">
- <h1><?= _t('install.title') ?>: <?= _t('install.step', STEP+1) ?></h1>
+ <h1><?= _t('install.title') ?>: <?= _t('install.step', STEP + 1) ?></h1>
<?php
switch (STEP) {
case 0: