]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/conversationtree.php
Use pre-defined const instead of strings
[quix0rs-gnu-social.git] / lib / conversationtree.php
index 49ed48af20fae9b24a5b8df960aeaef8e00426bd..ee24310fa107fc1b15c65e0470c42f901044406c 100644 (file)
@@ -62,7 +62,7 @@ class ConversationTree extends NoticeList
         $this->out->elementStart('div', array('id' =>'notices_primary'));
         // TRANS: Header on conversation page. Hidden by default (h2).
         $this->out->element('h2', null, _('Notices'));
-        $this->out->elementStart('ol', array('class' => 'notices xoxo'));
+        $this->out->elementStart('ol', array('class' => 'notices xoxo old-school'));
 
         if (array_key_exists('root', $this->tree)) {
             $rootid = $this->tree['root'][0];