]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showprofiletag.php
Initial move towards microformats2
[quix0rs-gnu-social.git] / actions / showprofiletag.php
index 6b1bc5e5b5dd289b5dd75bb76d210f3dab536fd4..44ded832b826e1cb8b61f044d8c6f573b4fb2ea1 100644 (file)
@@ -364,7 +364,7 @@ class Peopletag extends PeopletagListItem
     function showStart()
     {
         $mode = $this->peopletag->private ? 'private' : 'public';
-        $this->out->elementStart('div', array('class' => 'hentry peopletag peopletag-profile mode-'.$mode,
+        $this->out->elementStart('div', array('class' => 'h-entry peopletag peopletag-profile mode-'.$mode,
                                              'id' => 'peopletag-' . $this->peopletag->id));
     }