Fixed little typo in feed list
This commit is contained in:
parent
800026484c
commit
8b571fee48
@ -23,7 +23,7 @@
|
||||
<article>
|
||||
<h2 <?= (! $feed['enabled']) ? 'class="feed-disabled"' : '' ?>>
|
||||
<?php if (! $feed['enabled']): ?>
|
||||
<span title="<?= t('Subscription disabled') ?>">✖</a>
|
||||
<span title="<?= t('Subscription disabled') ?>">✖</span>
|
||||
<?php endif ?>
|
||||
|
||||
<?= Helper\favicon($favicons, $feed['id']) ?>
|
||||
|
Loading…
Reference in New Issue
Block a user