From 2c84f077a2a41cb9c71ef79a33083b6084a0556b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 15 Jan 2009 21:39:48 +0000 Subject: Add aside div --- lib/action.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') 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 -- cgit v1.2.3-54-g00ecf