summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.items.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index c93689cf3..8c84c5377 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -24,10 +24,11 @@
</h1>
<h2 class="item_author">
- <?php p($l->t('from')) ?>
- <a href="#"
- ng-show="itemBl.noFeedActive()"
- class="from_feed">{{ itemBl.getFeedTitle(item.id) }}</a>
+ <span ng-show="itemBl.noFeedActive()">
+ <?php p($l->t('from')) ?>
+ <a href="#"
+ class="from_feed">{{ itemBl.getFeedTitle(item.id) }}</a>
+ </span>
<span ui-if="item.author">
<?php p($l->t('by')) ?>
{{ item.author }}