summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/manual/style/manual.xsl8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/style/manual.xsl b/docs/manual/style/manual.xsl
index ffcb531286..7813aa7bb2 100644
--- a/docs/manual/style/manual.xsl
+++ b/docs/manual/style/manual.xsl
@@ -171,10 +171,10 @@
select="translate($name, $uppercase, $lowercase)" />
<!-- Directive heading gets both mixed case and lowercase anchors,
and includes lt/gt only for "section" directives -->
- <h2><a name="{$name}"><xsl:if test="./@type='section'">&lt;</xsl:if><
- xsl:value-of select="./name"/><xsl:if test="./@type='section'"
- >&gt;</xsl:if></a><xsl:text> </xsl:text><
- a name="{$lowername}">Directive</a></h2>
+ <h2><a name="{$name}"><xsl:if test="./@type='section'">&lt;</xsl:if
+ ><xsl:value-of select="./name"/><xsl:if test="./@type='section'"
+ >&gt;</xsl:if></a><xsl:text> </xsl:text><a
+ name="{$lowername}">Directive</a></h2>
<!-- Directive header -->
<table bgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1">