The XHTML code is invalid, please fix this bug.

Tested with Tidy (http://users.skynet.be/mgueury/mozilla/) and the following doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

maybe other doctypes requires more options, please test with XHTML 1.1, XHTML 1.1 Strict, XHTML 2.0, etc.

Comments

marc.bau’s picture

Patch:

[line 118 ff]
$attributes = array('summary' => 'xstatistics summary');
return theme('table', $header, $rows, $attributes);

[line 143 ff]
$attributes = array('summary' => 'xstatistics usage');
return theme('table', $header, $rows, $attributes);

Bèr Kessels’s picture

committed to the 4.7 branch.

simon georges’s picture

Status: Active » Closed (fixed)