Cookie table validation error
-
Hello, there is a small mistake in the code of
shortcodes.php
which trigger validation error in w3c, I changed as follows (line 84 and 89), please consider a fix in next release:
84 $ret = '<table class="cookielawinfo-' . $style . '"><thead><tr>'; /* Added <tr> */ 85 $ret .= '<th class="cookielawinfo-column-1">Cookie</th>'; 86 $ret .= '<th class="cookielawinfo-column-2">Type</th>'; 87 $ret .= '<th class="cookielawinfo-column-3">Duration</th>'; 88 $ret .= '<th class="cookielawinfo-column-4">Description</th>'; 89 $ret .= '</tr></thead><tbody>'; /* Added </tr> */
Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cookie table validation error’ is closed to new replies.