Author: crossley
Date: Mon Nov 14 21:46:30 2005
New Revision: 344316

URL: http://svn.apache.org/viewcvs?rev=344316&view=rev
Log:
Workaround for a side-effect of the workaround for FOR-675

Modified:
    forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl

Modified: 
forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl?rev=344316&r1=344315&r2=344316&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl 
(original)
+++ forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl Mon 
Nov 14 21:46:30 2005
@@ -31,7 +31,10 @@
        <body>
         <section>
           <title>Table of Contents</title>
+<!-- FIXME: workaround for a side-effect of the workaround for FOR-675
            <xsl:apply-templates select="*[not(self::site)]" />        
+-->
+           <xsl:apply-templates select="*" />        
         </section>
        </body>
      </document>       


Reply via email to