diff options
author | Joshua Slive <slive@apache.org> | 2002-02-19 19:22:30 +0100 |
---|---|---|
committer | Joshua Slive <slive@apache.org> | 2002-02-19 19:22:30 +0100 |
commit | feb01eb5568c2de4ebbd483e2cb2518a16727d64 (patch) | |
tree | c0169d7ec675ad0fc9a02e5a900bf6505efe1a87 /docs | |
parent | A couple small changes and a little reformatting to try to make it more (diff) | |
download | apache2-feb01eb5568c2de4ebbd483e2cb2518a16727d64.tar.xz apache2-feb01eb5568c2de4ebbd483e2cb2518a16727d64.zip |
Woops... Not allowed to break a line there.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93499 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/style/manual.xsl | 8 |
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'"><</xsl:if>< - xsl:value-of select="./name"/><xsl:if test="./@type='section'" - >></xsl:if></a><xsl:text> </xsl:text>< - a name="{$lowername}">Directive</a></h2> + <h2><a name="{$name}"><xsl:if test="./@type='section'"><</xsl:if + ><xsl:value-of select="./name"/><xsl:if test="./@type='section'" + >></xsl:if></a><xsl:text> </xsl:text><a + name="{$lowername}">Directive</a></h2> <!-- Directive header --> <table bgcolor="#cccccc" border="0" cellspacing="0" cellpadding="1"> |