Removed the '#' inserted into reference URLs because, for example, when referring to Bugzilla, they get in the way.

This commit is contained in:
sb 2008-11-13 10:34:56 +00:00
parent 1ef18c05b9
commit bfd1f519db

View file

@ -333,7 +333,7 @@
<xsl:attribute name="href"> <xsl:attribute name="href">
<xsl:choose> <xsl:choose>
<xsl:when test="@section"> <xsl:when test="@section">
<xsl:value-of select="concat( $specification/@url, '#', @section)"/> <xsl:value-of select="concat( $specification/@url, @section)"/>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:value-of select="$specification/@url"/> <xsl:value-of select="$specification/@url"/>