From: sarven Date: Thu, 15 Jan 2009 23:32:02 +0000 (+0000) Subject: Published title X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a18351bc390cc0c4081286220120a6b5e8402a19;p=quix0rs-gnu-social.git Published title --- diff --git a/lib/noticelist.php b/lib/noticelist.php index eb5416ee45..dd4c4a1881 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -343,7 +343,7 @@ class NoticeListItem extends Widget $noticeurl = $this->notice->uri; } $this->out->elementStart('dl', 'timestamp'); - $this->out->element('dt', _('Published')); + $this->out->element('dt', null, _('Published')); $this->out->elementStart('dd', null); $this->out->elementStart('a', array('rel' => 'bookmark', 'href' => $noticeurl));