diff --git a/lib/action.php b/lib/action.php index 4aff4264d9..cab51e9ea8 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();