summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 8c53e8461..29794f7c5 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -391,7 +391,7 @@ function theme_page($content) {
$output .= "\n<!-- end content -->\n";
$output .= '</td></tr></table>';
- $output .= theme_closure();
+ $output .= theme('closure');
$output .= '</body></html>';
return $output;