summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-15 20:20:03 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-15 20:20:03 +0000
commit186783f45bccf604c295bf0bfafd02637d10b473 (patch)
tree29a53f5779a69f18bdf73fd8ef9f5a78ff725a43 /lib/action.php
parent168aef366543cc7f9c554a266a4e0076049c84e0 (diff)
Missing end dl tag for showPageNotice()
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php1
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