summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-19 17:09:50 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-19 17:09:50 +0000
commit77a9b4b75844873071f2c741da0234f9bf723def (patch)
tree8efe9032bc8ae19d35ac843cfa63f99a95341373
parentf7893319dd2a31ddab4dd26cac06b3b42646bf15 (diff)
Moved minor dangling HTML.
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index d385c3cb5..5987abf3c 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -302,7 +302,6 @@ class Action extends HTMLOutputter // lawsuit
{
$this->elementStart('div', array('id' => 'core'));
$this->showLocalNavBlock();
- $this->elementEnd('dl');
$this->showContentBlock();
$this->showAside();
$this->elementEnd('div');
@@ -315,6 +314,7 @@ class Action extends HTMLOutputter // lawsuit
$this->elementStart('dd');
$this->showLocalNav();
$this->elementEnd('dd');
+ $this->elementEnd('dl');
}
// SHOULD overload