]> granicus.if.org Git - apache/commitdiff
Try once more to fix the whitespace problems. This type use a big stick
authorJoshua Slive <slive@apache.org>
Wed, 6 Mar 2002 17:06:41 +0000 (17:06 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 6 Mar 2002 17:06:41 +0000 (17:06 +0000)
by turning off indenting.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93730 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/manual.xsl

index edfe5ea0e689f1a5215c1715e7610347549f2656..a7a5a7e5322a5df9aa9657fb7ec02c058ff1d207 100644 (file)
@@ -7,7 +7,7 @@
 <!-- Include constants, variables, and macros -->
 <xsl:import href="settings.xsl" />
 
-<xsl:output method="html" encoding="iso-8859-1" indent="yes"/>
+<xsl:output method="html" encoding="iso-8859-1" indent="no"/>
 
  <!-- Process an entire document into an HTML page -->
  <xsl:template match="modulesynopsis">
@@ -283,10 +283,10 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
       </xsl:variable>
       <xsl:variable name="lowerdirective" select="translate($directive, $uppercase, $lowercase)" />
       <xsl:if test="@module=/modulesynopsis/name">
-        <code class="directive"><a class="directive" href="#{$lowerdirective}"><xsl:if test="./@type='section'">&lt;</xsl:if><xsl:value-of select="."/><xsl:if test="./@type='section'">&gt;</xsl:if></a></code>
+        <a class="directive" href="#{$lowerdirective}"><code class="directive"><xsl:if test="./@type='section'">&lt;</xsl:if><xsl:value-of select="."/><xsl:if test="./@type='section'">&gt;</xsl:if></code></a>
       </xsl:if>
       <xsl:if test="@module!=/modulesynopsis/name">
-        <code class="directive"><a class="directive" href="{$module}.html#{$lowerdirective}"><xsl:if test="./@type='section'">&lt;</xsl:if><xsl:value-of select="."/><xsl:if test="./@type='section'">&gt;</xsl:if></a></code>
+        <a class="directive" href="{$module}.html#{$lowerdirective}"><code class="directive"><xsl:if test="./@type='section'">&lt;</xsl:if><xsl:value-of select="."/><xsl:if test="./@type='section'">&gt;</xsl:if></code></a>
       </xsl:if>
     </xsl:if>
     <xsl:if test="not(@module)">