From 186783f45bccf604c295bf0bfafd02637d10b473 Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 15 Jan 2009 20:20:03 +0000 Subject: [PATCH] Missing end dl tag for showPageNotice() --- lib/action.php | 1 + 1 file changed, 1 insertion(+) 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