summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/action.php b/lib/action.php
index 76962482f..773b0dce9 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -338,10 +338,11 @@ class Action extends HTMLOutputter // lawsuit
function showAside()
{
- $this->elementStart('div', 'aside');
+ $this->elementStart('div', array('id' => 'aside_primary',
+ 'class' => 'aside'));
$this->showExportData();
$this->showSections();
- $this->elementEnd('div');
+ $this->elementEnd('div');
}
// MAY overload if there are feeds