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 85042871e..0419828b3 100644 --- a/lib/action.php +++ b/lib/action.php @@ -262,7 +262,7 @@ class Action extends HTMLOutputter // lawsuit function showCore() { - $this->elementStart('div' array('class' => 'core')); + $this->elementStart('div', array('class' => 'core')); $this->showLocalNav(); $this->showContentBlock(); $this->showAside(); |