From: Claudio Sacerdoti Coen Date: Tue, 5 Feb 2002 15:03:34 +0000 (+0000) Subject: Due to a syntax error, theories in MathML Presentation were broken. X-Git-Tag: just_before_moving_to_gdome~2 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=aa8b567e6ac0bfbedb7498d9c4403a6e3e31b93b;p=helm.git Due to a syntax error, theories in MathML Presentation were broken. --- diff --git a/helm/on-line/javascript/control.js b/helm/on-line/javascript/control.js index e6ad6269e..6734d4a13 100644 --- a/helm/on-line/javascript/control.js +++ b/helm/on-line/javascript/control.js @@ -250,7 +250,7 @@ function makeURL(type,uri,cicflags,typesflags) keys = getTheoryKeys()+ "¶m.keys=" + getCICMathMLKeys() + "¶m.thkeys=" + getTheoryKeys() + - "¶m.embedkeys=" + escape(d_c,TC1,G,C2,L) + + "¶m.embedkeys=" + escape("d_c,TC1,G,C2,L") + "¶m.processorURL=" + escape(processorURL) + "¶m.getterURL=" + escape(getterURL) + "¶m.draw_graphURL=" + escape(draw_graphURL) +