]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
startElement() -> elementStart() in Action
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 19:23:28 +0000 (14:23 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 19:23:28 +0000 (14:23 -0500)
lib/action.php

index 4aff4264d9277e9d0ebeaeb3928508ebe2f6ab5e..cab51e9ea842c9b42414a9ce6b149b379429aece 100644 (file)
@@ -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();