php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8047 phpinfo() : HTML markup produced is 'broken'
Submitted: 2000-11-30 04:23 UTC Modified: 2000-12-30 19:37 UTC
From: bjack at wiley dot co dot uk Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.0.1pl2 OS: Windows NT Sevice Pack 5
Private report: No CVE-ID: None
 [2000-11-30 04:23 UTC] bjack at wiley dot co dot uk
embedding the command inside a table causes the overall table layout to distort from the expected.

solution:
	line 113 add "</TABLE>" (at the beginning of this line)
	line 123 remove "</TABLE>" (from the beginning of this line)

Line numbers refer soley to the code produced by phpinfo().

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-03 08:48 UTC] stas@php.net
phpinfo lines depend on your configuration, so nothing can
be known just from line numbers. Could you give the context
of the place where you think HTML code is wrong?
 [2000-12-30 19:37 UTC] sniper@php.net
No feedback and should be fixed now.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 09:01:28 2024 UTC