Newsimagealignment switched back

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@371 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2006-06-06 20:40:13 +00:00
parent caf99b7c60
commit a68c89b46c
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@
<!-- News-Items haben ihre Bilder abwechselnd rechts und links... -->
<xsl:attribute name="class">
<xsl:choose>
<xsl:when test="$itemposition mod 2 = 0">
<xsl:when test="$itemposition mod 2 = 1">
<xsl:text>left</xsl:text>
</xsl:when>
<xsl:otherwise>