mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-11-29 04:23:08 +03:00
Same fix as for libxml2, Daniel
This commit is contained in:
@@ -35,8 +35,13 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
|
|
||||||
|
<xsl:template match="bug">
|
||||||
|
<a href="http://bugzilla.gnome.org/show_bug.cgi?id={@number}">
|
||||||
|
<xsl:value-of select="@number"/></a>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="item">
|
<xsl:template match="item">
|
||||||
<li><xsl:value-of select="."/></li>
|
<li><xsl:apply-templates/></li>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="entry">
|
<xsl:template match="entry">
|
||||||
|
|||||||
Reference in New Issue
Block a user