svn commit: rev 21435 - avalon/trunk/central/system/themes/modern/html

[email protected]
Newsgroups gmane.comp.jakarta.avalon.cvs
Message-ID <[email protected]>
Author: niclas
Date: Fri Jun 18 19:56:36 2004
New Revision: 21435

Modified:
   avalon/trunk/central/system/themes/modern/html/transform.xsl
Log:
Hopefully fixed Jira CENTRAL-8, i.e. Tags inside <a> doesn't work.

Modified: avalon/trunk/central/system/themes/modern/html/transform.xsl
==============================================================================
--- avalon/trunk/central/system/themes/modern/html/transform.xsl	(original)
+++ avalon/trunk/central/system/themes/modern/html/transform.xsl	Fri Jun 18 19:56:36 2004
@@ -172,7 +172,7 @@
           <xsl:attribute name="href"><xsl:value-of select="@href" /></xsl:attribute>
         </xsl:otherwise>
       </xsl:choose>
-      <xsl:value-of select="." />
+      <xsl:apply-templates select="." />
     </a>
   </xsl:template>
   
@@ -260,7 +260,7 @@
       </xsl:choose>
       <xsl:attribute name="href">      
         <xsl:choose>
-          <xsl:when test="contains( @href, '.' )" >
+          <xsl:when test="contains( @href, '.html' )" >
             <xsl:value-of select="concat( $dir, @href )" />
           </xsl:when>
           <xsl:otherwise>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.