]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed typo in refentry separator test
authorNorman Walsh <ndw@nwalsh.com>
Tue, 27 Nov 2001 14:57:46 +0000 (14:57 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 27 Nov 2001 14:57:46 +0000 (14:57 +0000)
xsl/html/refentry.xsl

index 052055a08241221ba2b72b2da82314947f05eb00..6640daec284d1a8ed9e1f71ff31de4b9f7ffbca5 100644 (file)
@@ -63,7 +63,7 @@
 
 <xsl:template match="refentry">
   <div class="{name(.)}">
-    <xsl:if test="$refentry.separator and preceding-sibling::refentry">
+    <xsl:if test="$refentry.separator != 0 and preceding-sibling::refentry">
       <div class="refentry.separator">
         <hr/>
       </div>