diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 23:32:02 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 23:32:02 +0000 |
commit | a18351bc390cc0c4081286220120a6b5e8402a19 (patch) | |
tree | 068cdd1c75738fa2c3535eafbb083fc1d0cc6259 /lib | |
parent | 041c3ae151ee010f886d7761ff404479e19002bd (diff) |
Published title
Diffstat (limited to 'lib')
-rw-r--r-- | lib/noticelist.php | 2 |
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)); |