]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed spurious closing quote on line 134.
authorBob Stayton <bobs@sagehill.net>
Sat, 18 Apr 2009 22:40:23 +0000 (22:40 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 18 Apr 2009 22:40:23 +0000 (22:40 +0000)
xsl/fo/docbook.xsl

index 400e15a2fd0a2feab4b79c058f625b989057282f..1b0cc404964184d5d989ca8aef9df1ba8f126ec4 100644 (file)
     <!-- Hack! If someone hands us a DocBook V5.x or DocBook NG document,
          toss the namespace and continue.  Use the docbook5 namespaced
          stylesheets for DocBook5 if you don't want to use this feature.-->
-    <xsl:when test="$exsl.node.set.available != 0"
+    <xsl:when test="$exsl.node.set.available != 0
                     and (*/self::ng:* or */self::db:*)">
       <xsl:call-template name="log.message">
         <xsl:with-param name="level">Note</xsl:with-param>