From: Evan Prodromou Date: Thu, 15 Jan 2009 19:24:54 +0000 (-0500) Subject: elementElement() -> elementEnd() in Action X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6a8be40a8cdce09cd994adc4ba3877cf15436128;p=quix0rs-gnu-social.git elementElement() -> elementEnd() in Action --- diff --git a/lib/action.php b/lib/action.php index cab51e9ea8..30a3c8a031 100644 --- a/lib/action.php +++ b/lib/action.php @@ -102,7 +102,7 @@ class Action extends HTMLOutputter // lawsuit $this->showFeeds(); $this->showDescription(); $this->extraHead(); - $this->elementElement('head'); + $this->elementEnd('head'); } function showTitle()