diff options
-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 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; |