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

index cab51e9ea842c9b42414a9ce6b149b379429aece..30a3c8a031cff576087231c2a8427bcc2e44cf91 100644 (file)
@@ -102,7 +102,7 @@ class Action extends HTMLOutputter // lawsuit
         $this->showFeeds();
         $this->showDescription();
         $this->extraHead();
-        $this->elementElement('head');
+        $this->elementEnd('head');
     }
 
     function showTitle()