diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-14 17:30:03 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-14 17:30:03 +0000 |
commit | b72322b9e786a0e1fd0eecb2705fee0bf470ac8a (patch) | |
tree | b692b1b084a19b9200bf444a86295868faaed2df /lib | |
parent | f8b758932442cf468167e7b317d67162b6fac561 (diff) |
Parse error fix
Diffstat (limited to 'lib')
-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(); |