diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 21:34:33 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 21:34:33 +0000 |
commit | 4f3f23c61ae58de766c1fbc6dde5d979fda72764 (patch) | |
tree | b73c9219332e625d8598955bbc4e099b24ca3111 | |
parent | 8521cc6219d014e37779e80b09e6b63c81af952d (diff) |
core uses id
-rw-r--r-- | lib/action.php | 2 |
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(); |