forked from GNUsocial/gnu-social
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);
|
||||
// Output a bunch of paragraphs here
|
||||
$this->elementEnd('dd');
|
||||
$this->elementEnd('dl');
|
||||
}
|
||||
|
||||
// MUST overload
|
||||
|
Loading…
Reference in New Issue
Block a user