From 467b4dea57fb29ca2a925acdf503b209901c12f1 Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Sat, 13 Mar 2021 23:38:38 +0100 Subject: =?UTF-8?q?=F0=9F=92=84=20News=20Item:=20fix=20appearance=20for=20?= =?UTF-8?q?shared=20items=20-=20if=20the=20article=20has=20no=20author=20a?= =?UTF-8?q?nd=20is=20shared=20it's=20displayed=20as:=20"shared=20by=20..."?= =?UTF-8?q?=20instead=20of=20"-=20shared=20by=20..."?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- templates/part.content.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ favicon - - t('shared by')) ?> + + - + t('shared by')) ?> {{ ::item.sharedBy }} -- cgit v1.2.3