Fix problem with change to bukkit xml doc change
This commit is contained in:
parent
521e35ffe8
commit
965ba76a62
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
<xsl:template match="list-item[name='Development Build']">
|
<xsl:template match="list-item[name='Development Build']">
|
||||||
<bukkit>
|
<bukkit>
|
||||||
<url><xsl:text>http://dl.bukkit.org</xsl:text><xsl:value-of select="latest_artifact/file/url" /></url>
|
<url><xsl:value-of select="latest_artifact/file/url" /></url>
|
||||||
</bukkit>
|
</bukkit>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="text()" />
|
<xsl:template match="text()" />
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
|
Reference in a new issue