From 4c21a7b7a48ea3795a399a7183be53d2632dca26 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 26 Jun 2003 12:48:03 +0000 Subject: [PATCH] Metadata tools are now working correctly also over .body files. --- helm/on-line/html/cic/control.html | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/on-line/html/cic/control.html b/helm/on-line/html/cic/control.html index 02edc199d..c6afa7080 100644 --- a/helm/on-line/html/cic/control.html +++ b/helm/on-line/html/cic/control.html @@ -64,6 +64,7 @@ td.back { background-color: #e6e6fa; color: brown } url = setParam(url,"xmluri", getterURL + "getxml%3Furi%3D" + CICURI); url = setParam(url,"prop.media-type","text/html"); url = setParam(url,"prop.encoding","iso-8859-1"); + url = setParam(url,"param.CICURI",CICURI); document.write( 'View its metadata and dependencies' ); -- 2.39.2