summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 97ab463f4..7df69fa2d 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -107,7 +107,7 @@ function theme_block($block) {
function theme_footer() {
$output = "</td></tr></table>";
- $output .= theme_footer();
+ $output .= theme_closure();
$output .= "</body></html>";
print $output;
}