summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-03-13 23:39:11 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commitf7820fffd06c85e765cba8350bf79e54da7982c0 (patch)
treebd7b3c5232f6cc6153db328929cf227eda42572c
parent467b4dea57fb29ca2a925acdf503b209901c12f1 (diff)
💄 News Item: make sharedBy name unclickable
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
-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>