]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix some formatting in list items
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 21:19:44 +0000 (21:19 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 21:19:44 +0000 (21:19 +0000)
lib/noticelist.php

index 0fc6d513f4dfa2127b1473ee93502277390e55bb..ad3af43914ce1815815e4e2c771dbecc017ddbca 100644 (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',