Newline at end of feed

This commit is contained in:
Sam Ruby 2006-10-17 14:44:11 -04:00
parent 9ee9adbe5d
commit 88d9dac1d0

View File

@ -22,6 +22,7 @@
<xsl:copy> <xsl:copy>
<xsl:attribute name="indexing:index">no</xsl:attribute> <xsl:attribute name="indexing:index">no</xsl:attribute>
<xsl:apply-templates select="@*|node()"/> <xsl:apply-templates select="@*|node()"/>
<xsl:text>&#10;</xsl:text>
</xsl:copy> </xsl:copy>
</xsl:template> </xsl:template>