diff options
Diffstat (limited to 'app/views/subscription/index.phtml')
| -rw-r--r-- | app/views/subscription/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index 4bb966e8b..27c6e02ef 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -20,7 +20,7 @@ <?php endif; ?> - <?php if (!$this->onlyFeedsWithError && $this->signalError){ ?> + <?php if (!$this->onlyFeedsWithError && $this->signalError) { ?> <div> <a class="btn" href="<?= _url('subscription', 'index', 'error', '1') ?>"><?= _i('look') ?> <?= _t('sub.feed.show.error') ?></a> </div> |
