From: Evan Prodromou Date: Thu, 15 Jan 2009 21:39:48 +0000 (+0000) Subject: Add aside div X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2c84f077a2a41cb9c71ef79a33083b6084a0556b;p=quix0rs-gnu-social.git Add aside div --- diff --git a/lib/action.php b/lib/action.php index dd84977f0d..d5eb6de2d5 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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