diff options
Diffstat (limited to 'lib')
-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 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 |