diff options
Diffstat (limited to 'app/views/update/index.phtml')
| -rw-r--r-- | app/views/update/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/update/index.phtml b/app/views/update/index.phtml index c93d1a75e..4dee4d786 100644 --- a/app/views/update/index.phtml +++ b/app/views/update/index.phtml @@ -40,7 +40,7 @@ <div class="form-group"> <label class="group-name"><?= _t('admin.update.releaseChannel') ?></label> <div class="group-controls"> - <?php if($this->is_release_channel_stable) { ?> + <?php if ($this->is_release_channel_stable) { ?> <a href="https://github.com/FreshRSS/FreshRSS/releases/latest" target="_blank"> <?= _t('admin.update.releaseChannel.latest') ?> </a> |
