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 2007/08/30 08:27:10 UTC

svn commit: r571049 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/nav-section.ft

Author: crossley
Date: Wed Aug 29 23:27:10 2007
New Revision: 571049

URL: http://svn.apache.org/viewvc?rev=571049&view=rev
Log:
Un-necessary whitespace was being inserted in @class attribute.

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/nav-section.ft

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/nav-section.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/nav-section.ft?rev=571049&r1=571048&r2=571049&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/nav-section.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common/html/nav-section.ft Wed Aug 29 23:27:10 2007
@@ -113,7 +113,8 @@
         <xsl:variable name="selected">
           <xsl:choose>
             <xsl:when test="descendant-or-self::node()/li/div/@class='current'">
-               selected</xsl:when>
+              <xsl:text>selected</xsl:text>
+            </xsl:when>
             <xsl:otherwise></xsl:otherwise>
           </xsl:choose>
         </xsl:variable>