From 18a27d1b3037e094242b2cc1950f9c8ee8bb4439 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 25 Oct 2001 11:59:16 +0000 Subject: [PATCH] BUG FIXED: URIs with a ' in the middle do not create problems any more. [Note: We now have problems with URIs with a " in the middle ;-)] --- helm/on-line/xslt/makeGraphLinks.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/on-line/xslt/makeGraphLinks.xsl b/helm/on-line/xslt/makeGraphLinks.xsl index 74c0b7258..10a548519 100644 --- a/helm/on-line/xslt/makeGraphLinks.xsl +++ b/helm/on-line/xslt/makeGraphLinks.xsl @@ -146,7 +146,7 @@ HM_Array1 = [ CSC: Replaced with the following line selectedURI=this.href;HM_f_PopUp('elMenu1',event) --> - selectedURI='';HM_f_PopUp('elMenu1',event) + selectedURI="";HM_f_PopUp('elMenu1',event) HM_f_PopDown('elMenu1') -- 2.39.2