Missing end dl tag for showPageNotice()
This commit is contained in:
parent
168aef3665
commit
186783f45b
@ -321,6 +321,7 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
$this->elementStart('dd', null);
|
$this->elementStart('dd', null);
|
||||||
// Output a bunch of paragraphs here
|
// Output a bunch of paragraphs here
|
||||||
$this->elementEnd('dd');
|
$this->elementEnd('dd');
|
||||||
|
$this->elementEnd('dl');
|
||||||
}
|
}
|
||||||
|
|
||||||
// MUST overload
|
// MUST overload
|
||||||
|
Loading…
Reference in New Issue
Block a user