summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-15 14:24:54 -0500
committerEvan Prodromou <evan@controlyourself.ca>2009-01-15 14:24:54 -0500
commit6a8be40a8cdce09cd994adc4ba3877cf15436128 (patch)
tree66e3b75df7696eadd7120f1742df1e103ae7c475 /lib/action.php
parent8ff6dc8e32678adc1b1df5fd59fa831aec08f12a (diff)
elementElement() -> elementEnd() in Action
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index cab51e9ea..30a3c8a03 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()