Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/feeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
<?= t('never updated after creation') ?>
</span>
<?php endif ?>

<?php if ($feed['parsing_error']): ?>
<span class="feed-parsing-error">
<?= t('(error occurred during the last check)') ?>
</span>

<?php endif ?>
<?php endif ?>
</h2>
<ul class="item-menu">
Expand All @@ -73,4 +73,4 @@
<?php endforeach ?>
</section>

<?php endif ?>
<?php endif ?>