From 18dc498a6a7308bb9b5f41bdb33fca4addf8d80b Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 15 Jan 2009 22:00:48 +0000 Subject: [PATCH] Added aside_primary id --- lib/action.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/action.php b/lib/action.php index 76962482f5..773b0dce9c 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