From: sarven Date: Thu, 15 Jan 2009 20:10:20 +0000 (+0000) Subject: showSiteNotice() was missing closing dl tag X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=edf84cca041be956d8a8ac02d4542e9d835e42c9;p=quix0rs-gnu-social.git showSiteNotice() was missing closing dl tag --- diff --git a/lib/action.php b/lib/action.php index 9ba9f36fc0..5f6c600b13 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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????