diff options
author | Sebastian Bergmann <sbergmann@php.net> | 2001-05-11 13:32:10 +0000 |
---|---|---|
committer | Sebastian Bergmann <sbergmann@php.net> | 2001-05-11 13:32:10 +0000 |
commit | e69f4dc51cfc4cb1b8916bdb632ddd87ff3dfc83 (patch) | |
tree | 5bbe566093ec6fcee653adbc9218d178ae9ae7c0 /ext/standard/info.c | |
parent | cf75b18a8dc8a6df594efc0ee156a42a7333a766 (diff) | |
download | php-git-e69f4dc51cfc4cb1b8916bdb632ddd87ff3dfc83.tar.gz |
Fix for bug #10815.
Diffstat (limited to 'ext/standard/info.c')
-rw-r--r-- | ext/standard/info.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c index 3f7832fd7f..d8451b9ea3 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -321,6 +321,8 @@ PHPAPI void php_print_info(int flag) PUTS("</P>\n"); php_info_print_box_end(); } + + PUTS("</BODY></HTML>"); } |