summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-15 21:34:33 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-15 21:34:33 +0000
commit4f3f23c61ae58de766c1fbc6dde5d979fda72764 (patch)
treeb73c9219332e625d8598955bbc4e099b24ca3111 /lib/action.php
parent8521cc6219d014e37779e80b09e6b63c81af952d (diff)
core uses id
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index dd84977f0..3efb65a65 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();