summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-15 14:23:28 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-01-15 14:23:28 -0500
commit8ff6dc8e32678adc1b1df5fd59fa831aec08f12a (patch)
tree4c1cca850236ae2ef08a07e80250803f6a9b5c67
parentff901332d2a64766472921d3d3742dc913540508 (diff)
startElement() -> elementStart() in Action
-rw-r--r--lib/action.php2
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();