From 98a2af5652851a3ef8260cfcb66fe5f87341117c Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 22 Mar 2001 11:03:12 +0000 Subject: [PATCH] Now links are followed even in theory + MathML Presentation --- helm/on-line/javascript/control.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/on-line/javascript/control.js b/helm/on-line/javascript/control.js index 9e1fe8982..e43587573 100644 --- a/helm/on-line/javascript/control.js +++ b/helm/on-line/javascript/control.js @@ -159,6 +159,8 @@ function makeURL(type,uri,cicflags,typesflags) "¶m.keys=" + escape("C1,C2,L"); } else if (format == "mml_pres" && type == "theory") { keys = "T1,T2,L,E¶m.keys=C1,C2¶m.thkeys=TC1,C2,L" + + "¶m.processorURL=" + escape(processorURL) + + "¶m.getterURL=" + escape(getterURL) + "¶m.doctype-public=" + "¶m.encoding=" + "¶m.media-type=text/xml"; -- 2.39.2