Author: thorsten
Date: Sun Feb  3 12:02:39 2008
New Revision: 618072

URL: http://svn.apache.org/viewvc?rev=618072&view=rev
Log:
Reverting 617628, so that trunk can build again. Please use "build test" before 
committing.

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/viewvc/forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl?rev=618072&r1=618071&r2=618072&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl 
(original)
+++ forrest/trunk/main/webapp/resources/stylesheets/linkmap-to-document.xsl Sun 
Feb  3 12:02:39 2008
@@ -41,14 +41,14 @@
   <xsl:template match="*">
     <xsl:if test="@label">
       <ul>
-        <li><link>
+        <li><a>
           <xsl:if test="@href!=''">
             <xsl:attribute name="href">
               <xsl:value-of select="@href"/>
             </xsl:attribute>
           </xsl:if>
           <xsl:value-of select="@label"/>
-<!-- force site element name to be on same line as label 
--></link>&#160;&#160;___________________&#160;&#160;<em>
+<!-- force site element name to be on same line as label 
--></a>&#160;&#160;___________________&#160;&#160;<em>
           <xsl:value-of select="name(.)" /></em>
           <xsl:if test="@description">
 <!-- allow description to flow to next line in a small window -->