summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-15 20:10:20 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-15 20:10:20 +0000
commitedf84cca041be956d8a8ac02d4542e9d835e42c9 (patch)
tree78bd5f8532b06b10470ae07e695abf058f3d138a
parentb3c171d3172eef4f2fc0bc96476f05b9a731bd67 (diff)
showSiteNotice() was missing closing dl tag
-rw-r--r--lib/action.php1
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????