diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 21:39:48 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 21:39:48 +0000 |
commit | 2c84f077a2a41cb9c71ef79a33083b6084a0556b (patch) | |
tree | df1aa371487f32fe6be5a2dfec00e138707c202d | |
parent | 2a5da870cb00d5b207cdcacea977fe3178903be3 (diff) |
Add aside div
-rw-r--r-- | lib/action.php | 2 |
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 |