[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Single Comment
I fixed it, David. When I compared msdisplay.php to the generated output I uploaded, I saw that msdisplay.php had a DOCTYPE declaration, and the generated output didn't. So I deleted the DOCTYPE declaration, and it displayed properly. I also proceeded to delete the META line that sets the character encoding to ISO-8859-1, because I have been converting the whole site to UTF-8, and I have already confirmed that the changes I made to .htaccess override this line anyway. So it isn't necessary to set the character encoding with HTML.