]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed typo/oversight in trim-left lib template.
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 22 Jun 2007 08:18:10 +0000 (08:18 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 22 Jun 2007 08:18:10 +0000 (08:18 +0000)
xsl/lib/lib.xweb

index 8c988e5eefc94d73d2cf9442dae32b586ec1c903..b821265dd1245b4b939fbe8e2f0288ecd83be6eb 100644 (file)
@@ -733,7 +733,7 @@ whitespace from it and returns the trimmed contents.</para>
     <xsl:param name="contents"/>
     <xsl:choose>
       <xsl:when test="starts-with($contents,'&#xA;') or
-                      starts-with($contents,'&#xA;') or
+                      starts-with($contents,'&#xD;') or
                       starts-with($contents,'&#x20;') or
                       starts-with($contents,'&#x9;')">
         <xsl:call-template name="trim-left">