further validation of cookie table issue
-
your HTML output misses of the tags
<tr></tr>
on lines (if you remember I gave you a post on this 3 weeks ago):$ret .= '<table class="cookielawinfo-' . $style . '"><thead><tr>'; $ret .= '<th class="cookielawinfo-column-1">Cookie</th>'; $ret .= '<th class="cookielawinfo-column-2">Type</th>'; $ret .= '<th class="cookielawinfo-column-3">Duration</th>'; $ret .= '<th class="cookielawinfo-column-4">Description</th>'; $ret .= '</tr></thead><tbody>';
Please fix it in next release
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘further validation of cookie table issue’ is closed to new replies.