diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 2 |
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; } |