From 186783f45bccf604c295bf0bfafd02637d10b473 Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 15 Jan 2009 20:20:03 +0000 Subject: Missing end dl tag for showPageNotice() --- lib/action.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/action.php') diff --git a/lib/action.php b/lib/action.php index 4b9db4652..4d2aa02e2 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 -- cgit v1.2.3-54-g00ecf