PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Benchmarking » Benchmark » Bug #2727

Output ist not valid XHTML

Details

Submitted2004-11-10 09:08 UTC
Fromjoern_h at gmx dot net
Assignedsebastian
StatusClosed
PackageBenchmark
PHP Version4.3.8
OSWindows 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/