summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r--lib/noticelist.php2
1 files changed, 1 insertions, 1 deletions
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));