Closed (fixed)
Project:
Xstatistics
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2006 at 11:39 UTC
Updated:
2 Feb 2013 at 12:21 UTC
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
Comment #1
marc.bauPatch:
[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);
Comment #2
Bèr Kessels commentedcommitted to the 4.7 branch.
Comment #3
simon georges commented