summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-15 21:40:37 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-15 21:40:37 +0000
commit5b61f459d6486c523d927839bbc078a49e51d2ab (patch)
tree0c712dba45e994d07c94038208f72cff4744f4f0 /lib/action.php
parent2c84f077a2a41cb9c71ef79a33083b6084a0556b (diff)
parent4558929eb84a836777b59124c01a1795cc6400cb (diff)
Merge branch 'uiredesign' of ../csarven into uiredesign
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 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();