]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
Merge branch '0.7.x' into 0.8.x
[quix0rs-gnu-social.git] / actions / shownotice.php
index 1be1e2414c9cc0d10986c3f89985af07a47d674d..b0d973a991cad8e61cfa2d8ce632013e89f3201b 100644 (file)
@@ -208,10 +208,10 @@ class ShownoticeAction extends Action
 
     function showContent()
     {
-        $this->elementStart('ul', array('class' => 'notices'));
+        $this->elementStart('ol', array('class' => 'notices xoxo'));
         $nli = new NoticeListItem($this->notice, $this);
         $nli->show();
-        $this->elementEnd('ul');
+        $this->elementEnd('ol');
     }
 
     /**