summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-15 23:32:02 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-15 23:32:02 +0000
commita18351bc390cc0c4081286220120a6b5e8402a19 (patch)
tree068cdd1c75738fa2c3535eafbb083fc1d0cc6259 /lib/noticelist.php
parent041c3ae151ee010f886d7761ff404479e19002bd (diff)
Published title
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));