forked from GNUsocial/gnu-social
Published title
This commit is contained in:
parent
041c3ae151
commit
a18351bc39
@ -343,7 +343,7 @@ class NoticeListItem extends Widget
|
|||||||
$noticeurl = $this->notice->uri;
|
$noticeurl = $this->notice->uri;
|
||||||
}
|
}
|
||||||
$this->out->elementStart('dl', 'timestamp');
|
$this->out->elementStart('dl', 'timestamp');
|
||||||
$this->out->element('dt', _('Published'));
|
$this->out->element('dt', null, _('Published'));
|
||||||
$this->out->elementStart('dd', null);
|
$this->out->elementStart('dd', null);
|
||||||
$this->out->elementStart('a', array('rel' => 'bookmark',
|
$this->out->elementStart('a', array('rel' => 'bookmark',
|
||||||
'href' => $noticeurl));
|
'href' => $noticeurl));
|
||||||
|
Loading…
Reference in New Issue
Block a user