From 9a565a94263aba61fbdeb32858761f57cd128edf Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 20 Jul 2001 14:47:23 +0000 Subject: [PATCH] Metadata were broken in MathML presentation mode. --- helm/on-line/html/cic/control.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/on-line/html/cic/control.html b/helm/on-line/html/cic/control.html index 29a222faa..1aec1c225 100644 --- a/helm/on-line/html/cic/control.html +++ b/helm/on-line/html/cic/control.html @@ -56,6 +56,8 @@ td.back { background-color: #e6e6fa; color: brown } url = setParam(url,"keys","MC%2CRT"); url = setParam(url,"xmluri", getterURL + "resolve%3Furi%3D" + RDFURI); } + url = setParam(url,"prop.media-type","text/html"); + url = setParam(url,"prop.encoding","iso-8859-1"); url = url + "¶m.RDFURI=" + RDFURI ; -- 2.39.2