From: Claudio Sacerdoti Coen Date: Fri, 19 Sep 2003 11:33:47 +0000 (+0000) Subject: Following an hyperlink from a proof-tree rendering now brings you to X-Git-Tag: V_0_4_3_4~25 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=3f88b5fffc17ecc8b3cb1645f9be846e740c8a3a Following an hyperlink from a proof-tree rendering now brings you to the lambda-term rendering of the proof statement. --- diff --git a/helm/on-line/javascript/control.js b/helm/on-line/javascript/control.js index 26291e73f..4da22fac9 100644 --- a/helm/on-line/javascript/control.js +++ b/helm/on-line/javascript/control.js @@ -197,12 +197,10 @@ 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.media-type=text/html" + + "¶m.keys=" + getCICHTMLKeys() + "¶m.interfaceURL=" + escape(interfaceURL); } else if (format == "html" && type == "cic") { keys = getCICHTMLKeys() +