accidentally getting this problem appears in my firefox web console (this is the js tab)
Just appeared and could not connect it with any changes that I made.
Full error:
The page was reloaded, because the character encoding declaration of the HTML document was not found when prescanning the first 1024 bytes of the file. The encoding declaration needs to be moved to be within the first 1024 bytes of the file.
Or this one:
The character encoding declaration of the HTML document was not found when prescanning the first 1024 bytes of the file. When viewed in a differently-configured browser, this page will reload automatically. The encoding declaration needs to be moved to be within the first 1024 bytes of the file.
The problem points to this line:
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
Is this meta tag okay for me? Any help as I think it conflicts and causes problems with other things.
Craig
source share