summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-15 21:19:44 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-15 21:19:44 +0000
commitc52d49f2fab9f08714ac6c3f950f23ee8497412f (patch)
tree3df3a36879817561c7927c827084a30e534ac02d /lib/noticelist.php
parent9bed97a36c62fed7b3f44f0cf8870dd31a55e378 (diff)
Fix some formatting in list items
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 0fc6d513f..ad3af4391 100644
--- a/lib/noticelist.php
+++ b/lib/noticelist.php
@@ -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',