summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/action.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/action.php b/lib/action.php
index dd84977f0..d5eb6de2d 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