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>