"&prop.encoding=iso-8859-1" +
"&prop.media-type=text/xml" +
"&prop.method=xml" +
- "¶m.doctype-public="+escape("-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN")+
- "¶m.doctype-system="+escape("http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd")+
+ "¶m.doctype-public="+escape("-//W3C//DTD XHTML 1.0 Transitional//EN")+
"¶m.encoding=iso-8859-1" +
- "¶m.media-type=text/xml" +
- "¶m.method=xml" +
- "¶m.keys=" + getCICProofTreeXHTMLMathMLKeys() +
+ "¶m.media-type=text/html" +
+ "¶m.keys=" + getCICHTMLKeys() +
"¶m.interfaceURL=" + escape(interfaceURL);
} else if (format == "html" && type == "cic") {
keys = getCICHTMLKeys() +