cfajaxproxy causing IE 7 to use quirks mode
When I create a page like:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<cfajaxproxy cfc="cfd_file" jsclassname="cfc">
and look at the source that is generated, I find that the cfajaxproxy code is placed before the DOCTYPE which is causing problems in how the page is being displayed. If i take the generated code and place it after th doctype, the page displays fine. Is there a way to force CF to place the cfajaxproxy code after the DOCTYPE?
