[Yanel-commits] rev 25867 - public/yanel/trunk/src/realms/jsp-wiki/resources/jsp-wiki-resource/xslt

michi at wyona.com michi at wyona.com
Tue Jul 10 13:53:17 CEST 2007


Author: michi
Date: 2007-07-10 13:53:17 +0200 (Tue, 10 Jul 2007)
New Revision: 25867

Modified:
   public/yanel/trunk/src/realms/jsp-wiki/resources/jsp-wiki-resource/xslt/wiki2xhtml.xsl
Log:
link fixed

Modified: public/yanel/trunk/src/realms/jsp-wiki/resources/jsp-wiki-resource/xslt/wiki2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/realms/jsp-wiki/resources/jsp-wiki-resource/xslt/wiki2xhtml.xsl	2007-07-10 10:32:21 UTC (rev 25866)
+++ public/yanel/trunk/src/realms/jsp-wiki/resources/jsp-wiki-resource/xslt/wiki2xhtml.xsl	2007-07-10 11:53:17 UTC (rev 25867)
@@ -193,10 +193,10 @@
       <xsl:otherwise>
         <xsl:choose>
           <xsl:when test="@label">
-            <a href="{@href}"><xsl:value-of select="@label"/></a>
+            <a href="{@href}.html"><xsl:value-of select="@label"/></a>
           </xsl:when>
           <xsl:otherwise>
-            <a href="{@href}"><xsl:value-of select="@href"/></a>
+            <a href="{@href}.html"><xsl:value-of select="@href"/>.html</a>
           </xsl:otherwise>
         </xsl:choose>
       </xsl:otherwise>




More information about the Yanel-commits mailing list