]> granicus.if.org Git - php/commitdiff
Fixed bug #24839 (missing </div>)
authorfoobar <sniper@php.net>
Mon, 28 Jul 2003 10:44:19 +0000 (10:44 +0000)
committerfoobar <sniper@php.net>
Mon, 28 Jul 2003 10:44:19 +0000 (10:44 +0000)
ext/standard/credits.c

index d6eb43180084c6ad4a1f1b783c5266cb6ffb8545..f12851a177b44a365693a49947871e501204816c 100644 (file)
@@ -107,7 +107,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC)
        }
 
        if (flag & PHP_CREDITS_FULLPAGE) {
-               PUTS("</center></body></html>\n");
+               PUTS("</div></body></html>\n");
        }
 }
 /* }}} */