summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/action.php b/lib/action.php
index 3efb65a65..76962482f 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