]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add aside div
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 21:39:48 +0000 (21:39 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 21:39:48 +0000 (21:39 +0000)
lib/action.php

index dd84977f0d1ef67a5f58b5e3ae82da92152aeb57..d5eb6de2d5eff0cd231d1e513e350eb265cd8310 100644 (file)
@@ -338,8 +338,10 @@ class Action extends HTMLOutputter // lawsuit
 
     function showAside()
     {
+       $this->elementStart('div', 'aside');
         $this->showExportData();
         $this->showSections();
+       $this->elementEnd('div');
     }
 
     // MAY overload if there are feeds