]> matita.cs.unibo.it Git - helm.git/commitdiff
BUG FIXED: URIs with a ' in the middle do not create problems any more.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 25 Oct 2001 11:59:16 +0000 (11:59 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 25 Oct 2001 11:59:16 +0000 (11:59 +0000)
[Note: We now have problems with URIs with a " in the middle ;-)]

helm/on-line/xslt/makeGraphLinks.xsl

index 74c0b7258222d47055327895a30374a9d3470284..10a5485192817ae65be2e6ac7e5cb413a8126df3 100644 (file)
@@ -146,7 +146,7 @@ HM_Array1 = [
      CSC: Replaced with the following line
    <xsl:attribute name="onMouseOver">selectedURI=this.href;HM_f_PopUp('elMenu1',event)</xsl:attribute>
 -->
-   <xsl:attribute name="onMouseOver">selectedURI='<xsl:value-of select="$uri"/>';HM_f_PopUp('elMenu1',event)</xsl:attribute>
+   <xsl:attribute name="onMouseOver">selectedURI="<xsl:value-of select="$uri"/>";HM_f_PopUp('elMenu1',event)</xsl:attribute>
    <xsl:attribute name="onMouseOut">HM_f_PopDown('elMenu1')</xsl:attribute>
   </xsl:if>
   <xsl:apply-templates/>