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
1 changed files with 3 additions and 3 deletions

View File

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