showSiteNotice() was missing closing dl tag

This commit is contained in:
sarven 2009-01-15 20:10:20 +00:00
parent b3c171d317
commit edf84cca04
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ class Action extends HTMLOutputter // lawsuit
$this->elementStart('dd', null);
// Output a bunch of paragraphs here
$this->elementEnd('dd');
$this->elementEnd('dl');
}
// MAY overload if no notice form needed... or direct message box????