How to fix W3C Validation error
-
On line 685 in google-fonts.php change
$query .= "&subset=" . implode(",", $subsets);</p>
to
$query .= "echo utf8_encode('& ;')subset=" . implode(",", $subsets);
You’ll need to remove the space in & ;. The forum breaks it when the space isn’t there.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to fix W3C Validation error’ is closed to new replies.