From: Claudio Sacerdoti Coen Date: Thu, 25 Oct 2001 11:59:16 +0000 (+0000) Subject: BUG FIXED: URIs with a ' in the middle do not create problems any more. X-Git-Tag: v0_1_3~36 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=18a27d1b3037e094242b2cc1950f9c8ee8bb4439;p=helm.git 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 ;-)] --- 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')