Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.9

Bug #2727 Output ist not valid XHTML
Submitted: 2004-11-10 09:08 UTC
From: joern_h at gmx dot net Assigned: sebastian
Status: Closed Package: Benchmark
PHP Version: 4.3.8 OS: Windows 2000
Roadmaps: (Not assigned)    
Subscription  


 [2004-11-10 09:08 UTC] joern_h at gmx dot net
Description: ------------ The output of Benchmark_Timer and Benchmark_Profiler (Version 1.2.1) ist not valid in XHTML because <table border=1> is used without quotes. This is in line 123 of Timer.php and line 218 of Profiler.php. The doctype I used was: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> With added quotes (border="1") the document validates as XHTML according to http://validator.w3.org/

Comments

 [2004-12-17 06:21 UTC] sebastian
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.