]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Changed @id to @class for notices ul
authorsarven <csarven@plantard.controlezvous.ca>
Mon, 19 Jan 2009 16:50:22 +0000 (16:50 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Mon, 19 Jan 2009 16:50:22 +0000 (16:50 +0000)
actions/shownotice.php

index 52faba93ef76dae9ce63fdc8bd27b0c31d705ca1..7033a1672b0daf09480861c828bddfbf9c6a88a3 100644 (file)
@@ -190,7 +190,7 @@ class ShownoticeAction extends Action
 
     function showContent()
     {
-        $this->elementStart('ul', array('id' => 'notices'));
+        $this->elementStart('ul', array('class' => 'notices'));
         $nli = new NoticeListItem($this->notice, $this);
         $nli->show();
         $this->elementEnd('ul');