X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fversion.php;h=97115d23cd364089fadffe1bd270adcde5c5286a;hb=1eff108561bf395010a05dd490c0f4070c192c16;hp=f0f266183168278bd214d0fcdafa55f34687115f;hpb=220b51d8be61e9bd316567f3ad03fffdbc4b7526;p=quix0rs-gnu-social.git diff --git a/actions/version.php b/actions/version.php index f0f2661831..97115d23cd 100644 --- a/actions/version.php +++ b/actions/version.php @@ -108,17 +108,17 @@ class VersionAction extends Action /* - * Override to add hentry, and content-inner classes + * Override to add h-entry, and content-inner classes * * @return void */ 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');