sniper Mon Jul 28 06:44:20 2003 EDT
Modified files:
/php-src/ext/standard credits.c
Log:
Fixed bug #24839 (missing </div>)
Index: php-src/ext/standard/credits.c
diff -u php-src/ext/standard/credits.c:1.28 php-src/ext/standard/credits.c:1.29
--- php-src/ext/standard/credits.c:1.28 Tue Jun 10 16:03:37 2003
+++ php-src/ext/standard/credits.c Mon Jul 28 06:44:19 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: credits.c,v 1.28 2003/06/10 20:03:37 imajes Exp $ */
+/* $Id: credits.c,v 1.29 2003/07/28 10:44:19 sniper Exp $ */
#include "php.h"
#include "info.h"
@@ -107,7 +107,7 @@
}
if (flag & PHP_CREDITS_FULLPAGE) {
- PUTS("</center></body></html>\n");
+ PUTS("</div></body></html>\n");
}
}
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php