Compare commits

..

No commits in common. "99f94e8c5acfc5e0fc4aa231dea618551a4a2a60" and "cf18e71ad28f958cad0dde72044476d4a899ff26" have entirely different histories.

View File

@ -148,7 +148,7 @@
<xsl:attribute name="rel">alternate</xsl:attribute> <xsl:attribute name="rel">alternate</xsl:attribute>
<xsl:attribute name="hreflang"><xsl:value-of select="@id" /></xsl:attribute> <xsl:attribute name="hreflang"><xsl:value-of select="@id" /></xsl:attribute>
<xsl:attribute name="lang"><xsl:value-of select="@id" /></xsl:attribute> <xsl:attribute name="lang"><xsl:value-of select="@id" /></xsl:attribute>
<xsl:attribute name="href">/<xsl:value-of select="substring-after(substring-after(/buildinfo/@filename, '/'), '/')"/>.<xsl:value-of select="@id"/>.html</xsl:attribute> <xsl:attribute name="href"><xsl:value-of select="/buildinfo/@filename"/>.<xsl:value-of select="@id"/>.html</xsl:attribute>
<xsl:attribute name="title"><xsl:value-of select="." disable-output-escaping="yes" /></xsl:attribute> <xsl:attribute name="title"><xsl:value-of select="." disable-output-escaping="yes" /></xsl:attribute>
</xsl:element> </xsl:element>
</xsl:for-each> </xsl:for-each>