]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ConversationTree/lib/conversationtree.php
Initial move towards microformats2
[quix0rs-gnu-social.git] / plugins / ConversationTree / lib / conversationtree.php
index 05282abcc4473b8ac7789091f94d3226a93dea55..144902fce2316775a08b527467835f4fc2ae835d 100644 (file)
@@ -110,7 +110,7 @@ class ConversationTree extends NoticeList
     {
         $notice = $this->table[$id];
 
-        $this->out->elementStart('li', array('class' => 'hentry notice',
+        $this->out->elementStart('li', array('class' => 'h-entry notice',
                                              'id' => 'notice-' . $id));
 
         $item = $this->newListItem($notice);