Missing end dl tag for showPageNotice()

This commit is contained in:
sarven 2009-01-15 20:20:03 +00:00
parent 168aef3665
commit 186783f45b
1 changed files with 1 additions and 0 deletions

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