function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JasonGablerJasonGabler 

Double DTDs, where would it be coming from?

My site's home visualforce page renders the following HTML, 2 DTD lines.  Any idea how this would happen?  Do I have an uneccesary <apex> tag somewhere?

 

thanks,

 

Jason Gabler

 

 

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html><head>
bob_buzzardbob_buzzard
Can you post your visualforce page.
SCJSCJ

BTW: I am experiencing the same problem.

 

I'm using an apex:composition, so could that have something to do with it?  If so, what do I do about it?