Missing end dl tag for showPageNotice()

This commit is contained in:
sarven 2009-01-15 20:20:03 +00:00
parent 168aef3665
commit 186783f45b

View File

@ -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