Fix: img-Attribute

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@537 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2006-10-20 17:17:04 +00:00
parent e2b0c649d9
commit 7075f6917d

View File

@ -53,9 +53,9 @@
<xsl:template match="image"> <xsl:template match="image">
<img <img
src="{.}" src="{.}"
title="@title" title="{@title}"
alt="@title" alt="{@title}"
class="@class"/> class="{@class}"/>
</xsl:template> </xsl:template>
<xsl:template match="link"> <xsl:template match="link">