Kosmetische Änderungen.

git-svn-id: svn://svn.c3d2.de/c3d2-web/branches/toidinamais_coole_scheisse@98 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
toidinamai 2006-01-06 17:20:40 +00:00
parent c1646ef44b
commit e925d150ff
1 changed files with 5 additions and 5 deletions

View File

@ -201,15 +201,15 @@
</xsl:template> </xsl:template>
<xsl:template match="pre"> <xsl:template match="pre">
<pre><xsl:apply-templates/></pre> <xsl:copy><xsl:apply-templates/></xsl:copy>
</xsl:template> </xsl:template>
<xsl:template match="p"> <xsl:template match="p">
<p><xsl:apply-templates/></p> <xsl:copy><xsl:apply-templates/></xsl:copy>
</xsl:template> </xsl:template>
<xsl:template match="dl"> <xsl:template match="dl">
<dl><xsl:apply-templates/></dl> <xsl:copy><xsl:apply-templates/></xsl:copy>
</xsl:template> </xsl:template>
<xsl:template match="dh"> <xsl:template match="dh">
@ -217,11 +217,11 @@
</xsl:template> </xsl:template>
<xsl:template match="dt"> <xsl:template match="dt">
<dt><xsl:apply-templates/></dt> <xsl:copy><xsl:apply-templates/></xsl:copy>
</xsl:template> </xsl:template>
<xsl:template match="dd"> <xsl:template match="dd">
<dd><xsl:apply-templates/></dd> <xsl:copy><xsl:apply-templates/></xsl:copy>
</xsl:template> </xsl:template>
<xsl:template match="item/image"> <xsl:template match="item/image">