php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24839 faulty phpcredits() HTML output
Submitted: 2003-07-28 04:23 UTC Modified: 2003-08-07 10:41 UTC
From: gabor at hojtsy dot hu Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.3.3RC1 OS: irrelevant
Private report: No CVE-ID: None
 [2003-07-28 04:23 UTC] 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)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-28 05:45 UTC] sniper@php.net
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-08-07 10:03 UTC] goba@php.net
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 &amp; Concept");

instead to be standards compatible...
 [2003-08-07 10:41 UTC] iliaa@php.net
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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 22:01:27 2024 UTC