Linkfix für news

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@364 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2006-06-06 17:33:30 +00:00
parent 9242c1cbd8
commit 0f53fa5286
1 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@
<xsl:for-each select="document(concat('../', $newsfile))/item">
<h3 class="news">
<a href="{substring-before($newsfile, '.xml')}.html">
<a href="{substring-before(substring-after($newsfile, 'content/'), '.xml')}.html">
<xsl:value-of select="@title"/>
</a>
</h3>
@ -207,7 +207,7 @@
<xsl:if test="//addendum">
<p>
<a href="{baseurl}{substring-before($newsfile, '.xml')}.html">
<a href="{substring-before(substring-after($newsfile, 'content/'), '.xml')}.html">
Weiterlesen...
</a>
</p>