]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/threadednoticelist.php
Initial move towards microformats2
[quix0rs-gnu-social.git] / lib / threadednoticelist.php
index 92d9fbc571d88e6872a6e66c187242187f122fb3..de714e0ab73bcd42fe3881195ac44cc0f411e76a 100644 (file)
@@ -548,7 +548,7 @@ class ThreadedNoticeListInlineFavesItem extends ThreadedNoticeListFavesItem
 {
     function showStart()
     {
-        $this->out->elementStart('div', array('class' => 'entry-content notice-faves'));
+        $this->out->elementStart('div', array('class' => 'e-content notice-faves'));
     }
 
     function showEnd()
@@ -625,7 +625,7 @@ class ThreadedNoticeListInlineRepeatsItem extends ThreadedNoticeListRepeatsItem
 {
     function showStart()
     {
-        $this->out->elementStart('div', array('class' => 'entry-content notice-repeats'));
+        $this->out->elementStart('div', array('class' => 'e-content notice-repeats'));
     }
 
     function showEnd()