elementElement() -> elementEnd() in Action

This commit is contained in:
Evan Prodromou 2009-01-15 14:24:54 -05:00
parent 8ff6dc8e32
commit 6a8be40a8c
1 changed files with 1 additions and 1 deletions

View File

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