• Removed unused variable.
1 parent 7f883b9 commit 643005e1cf95ce8d31b366195d8c746e57d3a30e
Nigel Stanger authored on 27 Jun 2014
Showing 1 changed file
View
3
■■
modules/bibliography.xml
<xsl:apply-templates select="item" />
<xsl:text>}</xsl:text>
</common>
<common formats="/html/xhtml/">
<xsl:variable name="id">
<xsl:value-of select="@label" />
</xsl:variable>
<xsl:text> [</xsl:text>
<xsl:apply-templates select="item" />
<xsl:text>]</xsl:text>
</common>