From 733c104743bff96776f8ab6cec06533f6b55a23c Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 3 Feb 2003 11:08:36 +0000 Subject: [PATCH] What was the semantics of passing an empty prop.encoding? --- helm/on-line/javascript/control.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/on-line/javascript/control.js b/helm/on-line/javascript/control.js index 8f6458af5..f47355924 100644 --- a/helm/on-line/javascript/control.js +++ b/helm/on-line/javascript/control.js @@ -216,7 +216,7 @@ function makeURL(type,uri,cicflags,typesflags) } else if (format == "mml_cont" && type == "cic") { keys = escape("d_c,C1")+ "&prop.doctype-public="+ - "&prop.encoding=" + + //"&prop.encoding=" + "&prop.media-type=text/xml" + "¶m.doctype-public=" + "¶m.encoding=" + @@ -247,7 +247,7 @@ function makeURL(type,uri,cicflags,typesflags) "¶m.draw_graphURL=" + escape(draw_graphURL) + "¶m.uri_set_queueURL=" + escape(uri_set_queueURL) + "&prop.doctype-public="+ - "&prop.encoding=" + + //"&prop.encoding=" + "&prop.media-type=text/xml" + "¶m.doctype-public=" + "¶m.encoding=" + -- 2.39.2