]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
core uses id
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 21:34:33 +0000 (21:34 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 21:34:33 +0000 (21:34 +0000)
lib/action.php

index dd84977f0d1ef67a5f58b5e3ae82da92152aeb57..3efb65a65ef8f03681869cd1a7ba457348ceec6a 100644 (file)
@@ -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();