]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Published title
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 23:32:02 +0000 (23:32 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 23:32:02 +0000 (23:32 +0000)
lib/noticelist.php

index eb5416ee45a550b841b196f27366aaec290e25db..dd4c4a1881b22590091868d8bac97408244e6677 100644 (file)
@@ -343,7 +343,7 @@ class NoticeListItem extends Widget
             $noticeurl = $this->notice->uri;
         }
         $this->out->elementStart('dl', 'timestamp');
-        $this->out->element('dt', _('Published')); 
+        $this->out->element('dt', null, _('Published')); 
         $this->out->elementStart('dd', null);
         $this->out->elementStart('a', array('rel' => 'bookmark',
                                         'href' => $noticeurl));