Fix some formatting in list items

This commit is contained in:
Evan Prodromou 2009-01-15 21:19:44 +00:00
parent 9bed97a36c
commit c52d49f2fa
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ class NoticeListItem extends Widget
$this->out->elementStart('dl', 'timestamp');
$this->out->element('dt', _('Published'));
$this->out->elementStart('dd', null);
$this->out->element('a', array('rel' => 'bookmark',
$this->out->elementStart('a', array('rel' => 'bookmark',
'href' => $noticeurl));
$dt = common_date_iso8601($this->notice->created);
$this->out->element('abbr', array('class' => 'published',