diff options
Diffstat (limited to 'src/documentation/resources')
-rw-r--r-- | src/documentation/resources/stylesheets/compliance2html.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/documentation/resources/stylesheets/compliance2html.xsl b/src/documentation/resources/stylesheets/compliance2html.xsl index 8cd55f930..6462a4020 100644 --- a/src/documentation/resources/stylesheets/compliance2html.xsl +++ b/src/documentation/resources/stylesheets/compliance2html.xsl @@ -100,6 +100,7 @@ <xsl:text>-</xsl:text> <xsl:value-of select="@ref-name"/> </xsl:variable> + <strong> <a> <xsl:attribute name="href"> <xsl:value-of select="$href-level-2"/> @@ -107,6 +108,7 @@ <xsl:value-of select="@name"/> </a> <xsl:text>: </xsl:text> + </strong> <xsl:for-each select="level-3"> <xsl:variable name="href-level-3"> <xsl:text>#</xsl:text> |