XHTML Validation failed cause of malformed uri
-
If themes authors leave spaces between “Author URI:” and their uri in their theme file, an XHTML parsing error appears.
Add $author_uri[1] = trim($author_uri[1]);
at line 1734 of ./wp-includes/functions.php to solve the problem.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘XHTML Validation failed cause of malformed uri’ is closed to new replies.