ID:               24839
 Updated by:       [EMAIL PROTECTED]
 Reported By:      gabor at hojtsy dot hu
-Status:           Closed
+Status:           Open
 Bug Type:         Unknown/Other Function
 Operating System: irrelevant
 PHP Version:      4.3.3RC1
 New Comment:

One more bug here (just reopened the bug, not opened a new one, hope it
is appropriate):

php_info_print_table_header(1, "Language Design & Concept"); 

should be

php_info_print_table_header(1, "Language Design & Concept");

instead to be standards compatible...


Previous Comments:
------------------------------------------------------------------------

[2003-07-28 05:45:14] [EMAIL PROTECTED]

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

------------------------------------------------------------------------

[2003-07-28 04:23:54] gabor at hojtsy dot hu

Description:
------------
In the phpcredits() output, there is a <div class="center"> [not
align="center"!] before the tables and a </center> after them. This is
basically not correct. The latter close tag should be </div>.

Reproduce code:
---------------
See HTML source of http://www.php.net/credits.php, which greps out the
<body> of phpcredits(), and shows the problem (note that php.net runs
4.3.3-dev)



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24839&edit=1

Reply via email to