]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Bookmark/BookmarkPlugin.php
Initial move towards microformats2
[quix0rs-gnu-social.git] / plugins / Bookmark / BookmarkPlugin.php
index 499445abef65c4245708e2e1b9cd9ef2e644be7c..170fa578f99b2d25faa7e0109aed790a073570a4 100644 (file)
@@ -259,7 +259,7 @@ class BookmarkPlugin extends MicroAppPlugin
         }
                
            $id = (empty($nli->repeat)) ? $nli->notice->id : $nli->repeat->id;
-           $class = 'hentry notice bookmark';
+           $class = 'h-entry notice bookmark';
            if ($nli->notice->scope != 0 && $nli->notice->scope != 1) {
                $class .= ' limited-scope';
            }