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