Mantis - Quercus
Viewing Issue Advanced Details
2220 major always 11-30-07 09:26 11-30-07 12:12
ok4rm  
mo  
normal  
closed 3.1.3  
fixed  
none    
none 3.1.4  
0002220: phpinfo() HTML output bug
This basic PHP script should return basic system information:

<?php echo phpinfo(); ?>

However, the output is broken. This because in the line immediately preceding
the table with PHP variable values contains an unfinished </h2> tag. This is the line:

<h2>PHP Variables</h2

a ">" is missing at the end.

Notes
(0002548)
mo   
11-30-07 12:12   
Fixed simple typo.