From: Evan Prodromou Date: Thu, 15 Jan 2009 19:23:28 +0000 (-0500) Subject: startElement() -> elementStart() in Action X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8ff6dc8e32678adc1b1df5fd59fa831aec08f12a;p=quix0rs-gnu-social.git startElement() -> elementStart() in Action --- 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();