Fixed bug in menu bar

This commit is contained in:
David Bartley 2007-07-13 07:57:05 -04:00
parent 7a770327a9
commit 6211888602
1 changed files with 2 additions and 2 deletions

View File

@ -180,8 +180,8 @@ google_ad_channel = "1106187834";
<xsl:template match="menuitem"> <xsl:template match="menuitem">
<xsl:variable name="pre2"> <xsl:variable name="pre2">
<xsl:choose> <xsl:choose>
<xsl:when test="@absolute = 'true'"/> <xsl:when test="@absolute = 'true'"></xsl:when>
<xsl:otherwise select="$pre"/> <xsl:otherwise><xsl:value-of select="$pre"/></xsl:otherwise>
</xsl:choose> </xsl:choose>
</xsl:variable> </xsl:variable>