diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 14:23:28 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 14:23:28 -0500 |
commit | 8ff6dc8e32678adc1b1df5fd59fa831aec08f12a (patch) | |
tree | 4c1cca850236ae2ef08a07e80250803f6a9b5c67 /lib | |
parent | ff901332d2a64766472921d3d3742dc913540508 (diff) |
startElement() -> elementStart() in Action
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 4aff4264d..cab51e9ea 100644 --- a/lib/action.php +++ b/lib/action.php @@ -94,7 +94,7 @@ class Action extends HTMLOutputter // lawsuit function showHead() { // XXX: attributes (profile?) - $this->startElement('head'); + $this->elementStart('head'); $this->showTitle(); $this->showStylesheets(); $this->showScripts(); |