I just did "build docs" and i see something strange with the navigation menu panel on the home page. There are four items that now have no <a href ... ... Index, Installing, User Guide, and Dev Guide. Instead these menu items have <span class="menuselected">
There was a committed change to book2menu.xsl yesterday that seems to be the culprit. I do not want to just roll it back, because Ovidiu was trying to achieve something sensible. ... line 41 - <xsl:when test="@href=$resource"> + <xsl:when test="contains(@href, $resource)"> Note that other pages do not have this problem, e.g. userdocs/ --David Crossley --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]