]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/on-line/xslt/makeGraphLinks.xsl
BUG FIXED: URIs with a ' in the middle do not create problems any more.
[helm.git] / 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/>