summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index fef89965f..a239cf5de 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -201,7 +201,7 @@
<span ng-if="item.sharedBy">
<span ng-if="item.author">-</span>
<?php p($l->t('shared by')) ?>
- <a>{{ ::item.sharedBy }}</a>
+ {{ ::item.sharedBy }}
</span>
</div>