startElement() -> elementStart() in Action

This commit is contained in:
Evan Prodromou 2009-01-15 14:23:28 -05:00
parent ff901332d2
commit 8ff6dc8e32
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class Action extends HTMLOutputter // lawsuit
function showHead() function showHead()
{ {
// XXX: attributes (profile?) // XXX: attributes (profile?)
$this->startElement('head'); $this->elementStart('head');
$this->showTitle(); $this->showTitle();
$this->showStylesheets(); $this->showStylesheets();
$this->showScripts(); $this->showScripts();