Fixed little typo in feed list

This commit is contained in:
Kaminary 2015-01-02 14:56:01 -02:00
parent 800026484c
commit 8b571fee48
1 changed files with 1 additions and 1 deletions

View File

@ -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']) ?>