You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by fe...@apache.org on 2008/02/04 17:43:24 UTC

svn commit: r618321 - /forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl

Author: ferdinand
Date: Mon Feb  4 08:43:23 2008
New Revision: 618321

URL: http://svn.apache.org/viewvc?rev=618321&view=rev
Log:
reverted changes from 617629

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

Modified: forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl?rev=618321&r1=618320&r2=618321&view=diff
==============================================================================
--- forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl (original)
+++ forrest/branches/UpdateFOPto094/main/webapp/resources/stylesheets/linkmap-to-document.xsl Mon Feb  4 08:43:23 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 -->