Browse Source

Fixed bug #24839 (missing </div>)

PEAR_1_4DEV
foobar 23 years ago
parent
commit
082f49a27b
  1. 2
      ext/standard/credits.c

2
ext/standard/credits.c

@ -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");
}
}
/* }}} */

Loading…
Cancel
Save