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