forked from GNUsocial/gnu-social
Merge branch 'master' into nightly
Some merge requests that were aimed at master
This commit is contained in:
@@ -199,7 +199,7 @@ class SharePlugin extends ActivityVerbHandlerPlugin
|
||||
'class' => 'h-card p-author',
|
||||
'title' => $repeater->getFancyName());
|
||||
|
||||
$nli->out->elementStart('span', 'repeat h-entry');
|
||||
$nli->out->elementStart('span', 'repeat');
|
||||
|
||||
// TRANS: Addition in notice list item if notice was repeated. Followed by a span with a nickname.
|
||||
$nli->out->raw(_('Repeated by').' ');
|
||||
|
Reference in New Issue
Block a user