]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/doc.php
Initial move towards microformats2
[quix0rs-gnu-social.git] / actions / doc.php
index c26b29090281dcead91b440f4ec3511956daaa17..6db3830ce1bcf3477e12a27c5823e503924acbcc 100644 (file)
@@ -96,11 +96,11 @@ class DocAction extends Action
      */
     function showContentBlock()
     {
-        $this->elementStart('div', array('id' => 'content', 'class' => 'hentry'));
+        $this->elementStart('div', array('id' => 'content', 'class' => 'h-entry'));
         $this->showPageTitle();
         $this->showPageNoticeBlock();
         $this->elementStart('div', array('id' => 'content_inner',
-                                         'class' => 'entry-content'));
+                                         'class' => 'e-content'));
         // show the actual content (forms, lists, whatever)
         $this->showContent();
         $this->elementEnd('div');