Newslinkminimierung und -korrektur

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@328 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2006-05-24 15:09:26 +00:00
parent 49f7316f6a
commit cd173bbbf0
1 changed files with 1 additions and 4 deletions

View File

@ -151,10 +151,7 @@
<xsl:for-each select="document(concat('../content/', $newsfile))/item">
<h3 class="news">
<a>
<xsl:attribute name="href">
<xsl:value-of select="substring-before($newsfile, '.xml')"/>.html
</xsl:attribute>
<a href="{substring-before($newsfile, '.xml')}.html">
<xsl:value-of select="@title"/>
</a>
</h3>