Remove stray atom elements from the html output...
This commit is contained in:
parent
e029e9354e
commit
e60019f3d0
@ -228,6 +228,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
|
<!-- Remove stray atom elements -->
|
||||||
|
<xsl:template match="atom:*">
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
<!-- Feedburner detritus -->
|
<!-- Feedburner detritus -->
|
||||||
<xsl:template match="xhtml:div[@class='feedflare']"/>
|
<xsl:template match="xhtml:div[@class='feedflare']"/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user