Fixed bug in menu bar

news-update
David Bartley 16 years ago
parent 7a770327a9
commit 6211888602
  1. 4
      cscweb.xsl

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

Loading…
Cancel
Save