From: sarven Date: Thu, 15 Jan 2009 21:34:33 +0000 (+0000) Subject: core uses id X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4f3f23c61ae58de766c1fbc6dde5d979fda72764;p=quix0rs-gnu-social.git core uses id --- diff --git a/lib/action.php b/lib/action.php index dd84977f0d..3efb65a65e 100644 --- a/lib/action.php +++ b/lib/action.php @@ -287,7 +287,7 @@ class Action extends HTMLOutputter // lawsuit function showCore() { - $this->elementStart('div', array('class' => 'core')); + $this->elementStart('div', array('id' => 'core')); $this->showLocalNav(); $this->showContentBlock(); $this->showAside();