]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix bug #1596737 extra white space introduced by olink.
authorBob Stayton <bobs@sagehill.net>
Wed, 15 Nov 2006 09:00:26 +0000 (09:00 +0000)
committerBob Stayton <bobs@sagehill.net>
Wed, 15 Nov 2006 09:00:26 +0000 (09:00 +0000)
Now output indent="no" for target data.

xsl/common/targets.xsl

index 0bdefcb660cf3e5b58113645c9f535a8b18e07c6..91cf93962132cf4418cad6750aa90dc3190d8340 100644 (file)
@@ -64,7 +64,7 @@ document output.
             <xsl:with-param name="omit-xml-declaration" select="'yes'"/>
             <xsl:with-param name="doctype-public" select="''"/>
             <xsl:with-param name="doctype-system" select="''"/>
-            <xsl:with-param name="indent" select="'yes'"/>
+            <xsl:with-param name="indent" select="'no'"/>
             <xsl:with-param name="quiet" select="0"/>
             <xsl:with-param name="content">
               <xsl:apply-templates select="." mode="olink.mode"/>