From 4f3f23c61ae58de766c1fbc6dde5d979fda72764 Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 15 Jan 2009 21:34:33 +0000 Subject: [PATCH] core uses id --- lib/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();