diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 20:20:03 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 20:20:03 +0000 |
commit | 186783f45bccf604c295bf0bfafd02637d10b473 (patch) | |
tree | 29a53f5779a69f18bdf73fd8ef9f5a78ff725a43 | |
parent | 168aef366543cc7f9c554a266a4e0076049c84e0 (diff) |
Missing end dl tag for showPageNotice()
-rw-r--r-- | lib/action.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/action.php b/lib/action.php index 4b9db4652..4d2aa02e2 100644 --- a/lib/action.php +++ b/lib/action.php @@ -321,6 +321,7 @@ class Action extends HTMLOutputter // lawsuit $this->elementStart('dd', null); // Output a bunch of paragraphs here $this->elementEnd('dd'); + $this->elementEnd('dl'); } // MUST overload |