Commit c1a391f2 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

pas d'espace dans l'@ onclick !

parent d775eae4
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -26,8 +26,7 @@
                <xsl:value-of select="@xml:id"/>
            </xsl:attribute>
            <xsl:attribute name="href">#</xsl:attribute>
            <xsl:attribute name="onclick">MAX.plugins['img_viewer'].openImageInDialog('<xsl:value-of select="$href"/>')
            </xsl:attribute>
            <xsl:attribute name="onclick">MAX.plugins['img_viewer'].openImageInDialog('<xsl:value-of select="$href"/>')</xsl:attribute>
            <xsl:value-of select="@n"/>
        </a>
    </xsl:template>
@@ -48,8 +47,7 @@
            <xsl:value-of select="generate-id(.) "/>
        </xsl:variable>
        <img class="viewable img_viewer_link" id="{$id}">
            <xsl:attribute name="onclick">MAX.plugins['img_viewer'].openImageInDialog('<xsl:value-of select="$href"/>')
            </xsl:attribute>
            <xsl:attribute name="onclick">MAX.plugins['img_viewer'].openImageInDialog('<xsl:value-of select="$href"/>')</xsl:attribute>
            <xsl:attribute name="src">
                <xsl:value-of select="concat($baseuri,$project, '/ui/images/',@url)"/>
            </xsl:attribute>