]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added aside_primary id
authorsarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 22:00:48 +0000 (22:00 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Thu, 15 Jan 2009 22:00:48 +0000 (22:00 +0000)
lib/action.php

index 76962482f59b5999a19202c2cd4127d3e0a3ccf2..773b0dce9c441c851e6a7ac3fbcf782a2109ea52 100644 (file)
@@ -338,10 +338,11 @@ class Action extends HTMLOutputter // lawsuit
 
     function showAside()
     {
-       $this->elementStart('div', 'aside');
+        $this->elementStart('div', array('id' => 'aside_primary',
+                                         'class' => 'aside'));
         $this->showExportData();
         $this->showSections();
-       $this->elementEnd('div');
+        $this->elementEnd('div');
     }
 
     // MAY overload if there are feeds