From: Mauritz Jeanson Date: Wed, 6 Feb 2008 19:34:43 +0000 (+0000) Subject: Added missing space. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f84fbd1ac273f6646a43e55b1440826e6f07b9f;p=docbook-dsssl Added missing space. --- diff --git a/xsl/html/chunk-common.xsl b/xsl/html/chunk-common.xsl index fa53207d7..d2e2079fa 100644 --- a/xsl/html/chunk-common.xsl +++ b/xsl/html/chunk-common.xsl @@ -427,7 +427,7 @@ |descendant::sect2[$chunk.section.depth > 1 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1] |descendant::sect3[$chunk.section.depth > 2 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1] |descendant::sect4[$chunk.section.depth > 3 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1] - |descendant::sect5[$chunk.section.depth > 4and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1] + |descendant::sect5[$chunk.section.depth > 4 and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1] |descendant::section[$chunk.section.depth > count(ancestor::section) and not(ancestor::*/processing-instruction('dbhtml')[normalize-space(.) ='stop-chunking'])][1])[1]"/>