Remove stray atom elements from the html output...

This commit is contained in:
Sam Ruby 2006-09-08 09:06:20 -04:00
parent e029e9354e
commit e60019f3d0

View File

@ -228,6 +228,11 @@
</div>
</xsl:template>
<!-- Remove stray atom elements -->
<xsl:template match="atom:*">
<xsl:apply-templates/>
</xsl:template>
<!-- Feedburner detritus -->
<xsl:template match="xhtml:div[@class='feedflare']"/>