X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fon-line%2Fjavascript%2Fcontrol.js;h=79ed47fd7ef1c626592192a7c9852bc3c2175e1c;hb=c5d5bf37b1e4c4b9b499ed2cbfe27cf2ec181944;hp=26291e73f087f0938fc42643ca2b4cd3a8dc14ee;hpb=f5419c538928932f114f78887e489f6b2e19764a;p=helm.git diff --git a/helm/on-line/javascript/control.js b/helm/on-line/javascript/control.js index 26291e73f..79ed47fd7 100644 --- a/helm/on-line/javascript/control.js +++ b/helm/on-line/javascript/control.js @@ -197,13 +197,12 @@ function makeURL(type,uri,cicflags,typesflags) "&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.interfaceURL=" + escape(interfaceURL); + "¶m.media-type=text/html" + + "¶m.keys=" + getCICHTMLKeys() + + "¶m.interfaceURL=" + escape(interfaceURL) + + "¶m.framewidth=150"; } else if (format == "html" && type == "cic") { keys = getCICHTMLKeys() + "¶m.processorURL=" + escape(processorURL) +