diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 21:40:37 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 21:40:37 +0000 |
commit | 5b61f459d6486c523d927839bbc078a49e51d2ab (patch) | |
tree | 0c712dba45e994d07c94038208f72cff4744f4f0 /lib/action.php | |
parent | 2c84f077a2a41cb9c71ef79a33083b6084a0556b (diff) | |
parent | 4558929eb84a836777b59124c01a1795cc6400cb (diff) |
Merge branch 'uiredesign' of ../csarven into uiredesign
Diffstat (limited to 'lib/action.php')
-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 d5eb6de2d..76962482f 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(); |