I am setting up a server and am getting a strange error I have never seen before:
It is complaining about line 1 in the source, but that is just the DOCTYPE
tag!
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -->
...
As you can see I already tried setting the Content-Type
to be something other than utf-8
. What is happening here?