views:

19

answers:

0

On select pages on my website, the page is initially blank until you refresh it and the content is displayed. The error disappears when the meta charset data is removed:

<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />

is changed to:

<meta http-equiv="Content-Type" content="text/html;" />

The doctype is XHTML 1.0 Strict running on IE6