Home » Benchmarking » Benchmark » Bug #2727
Output ist not valid XHTML
Details
| 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) |
Comments
[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/