diff options
Diffstat (limited to 'lib/action.php')
-rw-r--r-- | lib/action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php index ed8b5c352..f9f5acf2c 100644 --- a/lib/action.php +++ b/lib/action.php @@ -335,7 +335,7 @@ class Action extends HTMLOutputter // lawsuit $this->showPageNotice(); $this->elementEnd('dd'); $this->elementEnd('dl'); - } + } // SHOULD overload (unless there's not a notice) |