]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/shownotice.php
Changed ul to ol and added xoxo for notice lists.
[quix0rs-gnu-social.git] / actions / shownotice.php
index 2c469c9deec69c88a546de8b239007614d6a142c..34c8a8e9464c68e21c47a45ca52467b6b8b3b3d5 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');
     }
 
     /**