diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 20:10:20 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-15 20:10:20 +0000 |
commit | edf84cca041be956d8a8ac02d4542e9d835e42c9 (patch) | |
tree | 78bd5f8532b06b10470ae07e695abf058f3d138a /lib/action.php | |
parent | b3c171d3172eef4f2fc0bc96476f05b9a731bd67 (diff) |
showSiteNotice() was missing closing dl tag
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/action.php b/lib/action.php index 9ba9f36fc..5f6c600b1 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???? |