]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialProfileExtensions/lib/noticetree.php
Initial move towards microformats2
[quix0rs-gnu-social.git] / plugins / GNUsocialProfileExtensions / lib / noticetree.php
index 8930d6c72a68193cc322bdf00d9891007c98912b..4bdffc9428e23b34d938919bcc7c706caf3e6629 100644 (file)
@@ -73,7 +73,7 @@ class NoticeTree extends NoticeList
 
         // We take responsibility for doing the li
 
-        $this->out->elementStart('li', array('class' => 'hentry notice',
+        $this->out->elementStart('li', array('class' => 'h-entry notice',
                                              'id' => 'notice-' . $item->notice->id));
 
         $item->show();