startElement() -> elementStart() in Action
This commit is contained in:
parent
ff901332d2
commit
8ff6dc8e32
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user