summaryrefslogtreecommitdiff
path: root/lib/noticelist.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-15 21:22:50 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-15 21:22:50 +0000
commite847b9a128f3b943b746875858e1148665f14ce0 (patch)
tree599a0eacdb0d64c1d51820dccc61df77d7308ef1 /lib/noticelist.php
parent621c58a292884cadadbee9ad760e0c0c603f0a75 (diff)
parentc52d49f2fab9f08714ac6c3f950f23ee8497412f (diff)
Merge branch 'uiredesign' of ../evan into uiredesign
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',