From c52d49f2fab9f08714ac6c3f950f23ee8497412f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 15 Jan 2009 21:19:44 +0000 Subject: Fix some formatting in list items --- lib/noticelist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/noticelist.php') 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', -- cgit v1.2.3-54-g00ecf