]> matita.cs.unibo.it Git - helm.git/commitdiff
Due to a syntax error, theories in MathML Presentation were broken.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 5 Feb 2002 15:03:34 +0000 (15:03 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 5 Feb 2002 15:03:34 +0000 (15:03 +0000)
helm/on-line/javascript/control.js

index e6ad6269eab836c142313d0681a81bf2a9922c17..6734d4a133f5e6fc9ab60961b87fae73995bfc3a 100644 (file)
@@ -250,7 +250,7 @@ function makeURL(type,uri,cicflags,typesflags)
       keys = getTheoryKeys()+
        "&param.keys=" + getCICMathMLKeys() +
        "&param.thkeys=" + getTheoryKeys() +
-       "&param.embedkeys=" + escape(d_c,TC1,G,C2,L) +
+       "&param.embedkeys=" + escape("d_c,TC1,G,C2,L") +
        "&param.processorURL=" + escape(processorURL) +
        "&param.getterURL=" + escape(getterURL) +
        "&param.draw_graphURL=" + escape(draw_graphURL) +