From edf84cca041be956d8a8ac02d4542e9d835e42c9 Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 15 Jan 2009 20:10:20 +0000 Subject: [PATCH] showSiteNotice() was missing closing dl tag --- lib/action.php | 1 + 1 file changed, 1 insertion(+) 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????