From a18351bc390cc0c4081286220120a6b5e8402a19 Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 15 Jan 2009 23:32:02 +0000 Subject: Published title --- lib/noticelist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/noticelist.php') diff --git a/lib/noticelist.php b/lib/noticelist.php index eb5416ee4..dd4c4a188 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)); -- cgit v1.2.3-54-g00ecf