diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 17:09:50 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 17:09:50 +0000 |
commit | 77a9b4b75844873071f2c741da0234f9bf723def (patch) | |
tree | 8efe9032bc8ae19d35ac843cfa63f99a95341373 /lib/action.php | |
parent | f7893319dd2a31ddab4dd26cac06b3b42646bf15 (diff) |
Moved minor dangling HTML.
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 2 |
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 |