When I try to validate Plain Yogurt with the header of:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html lang="en">
It tells me I should be using:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
I noticed that Remo's theme "Codeblog" also uses the no validating code. Is there a reason for this?
when you look at them you see that the suggested one is a bit newer, v1.2 instead of v1.1
I don't see why it should be invalid but go ahead and change it. But I'm quite sure it won't change anything beside the error the w3c validator is showing you.
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
when you look at them you see that the suggested one is a bit newer, v1.2 instead of v1.1
I don't see why it should be invalid but go ahead and change it. But I'm quite sure it won't change anything beside the error the w3c validator is showing you.