Removed the '#' inserted into reference URLs because, for example, when referring to Bugzilla, they get in the way.
This commit is contained in:
parent
1ef18c05b9
commit
bfd1f519db
|
@ -333,7 +333,7 @@
|
|||
<xsl:attribute name="href">
|
||||
<xsl:choose>
|
||||
<xsl:when test="@section">
|
||||
<xsl:value-of select="concat( $specification/@url, '#', @section)"/>
|
||||
<xsl:value-of select="concat( $specification/@url, @section)"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="$specification/@url"/>
|
||||
|
|
Loading…
Reference in a new issue