You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/10/07 09:48:50 UTC

svn commit: rev 53949 - forrest/trunk/src/core/context/skins/pelt/xslt/html

Author: crossley
Date: Thu Oct  7 00:48:49 2004
New Revision: 53949

Modified:
   forrest/trunk/src/core/context/skins/pelt/xslt/html/site2xhtml.xsl
Log:
Add missing @title attribute for links in the left-hand navigation menu.
It was being provided by book2menu.xsl but not being utilised.


Modified: forrest/trunk/src/core/context/skins/pelt/xslt/html/site2xhtml.xsl
==============================================================================
--- forrest/trunk/src/core/context/skins/pelt/xslt/html/site2xhtml.xsl	(original)
+++ forrest/trunk/src/core/context/skins/pelt/xslt/html/site2xhtml.xsl	Thu Oct  7 00:48:49 2004
@@ -461,7 +461,7 @@
 
           <xsl:choose>
             <xsl:when test="a">
-              <div class="menuitem"><a href="{a/@href}"><xsl:value-of select="a" /></a></div>
+              <div class="menuitem"><a href="{a/@href}" title="{a/@title}"><xsl:value-of select="a" /></a></div>
             </xsl:when>
             <xsl:when test="div/@class='current'">
               <div class="menupage">