summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/part.content.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 86c6c8180..fef89965f 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -198,7 +198,9 @@
<img ng-if="Content.getFeed(item.feedId).faviconLink && !Content.isCompactView()" src="{{ ::Content.getFeed(item.feedId).faviconLink }}" alt="favicon">
</a>
</span>
- <span ng-if="item.sharedBy">- <?php p($l->t('shared by')) ?>
+ <span ng-if="item.sharedBy">
+ <span ng-if="item.author">-</span>
+ <?php p($l->t('shared by')) ?>
<a>{{ ::item.sharedBy }}</a>
</span>
</div>