From: sarven Date: Thu, 15 Jan 2009 20:20:03 +0000 (+0000) Subject: Missing end dl tag for showPageNotice() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=186783f45bccf604c295bf0bfafd02637d10b473;p=quix0rs-gnu-social.git Missing end dl tag for showPageNotice() --- diff --git a/lib/action.php b/lib/action.php index 4b9db46525..4d2aa02e2c 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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