From 00d19b809cc04b2b13baa41c23e1cf9f8b996736 Mon Sep 17 00:00:00 2001 From: Keith Fahlgren Date: Thu, 20 Aug 2009 20:10:08 +0000 Subject: [PATCH] Improve the quality of the OPF spine regression by ensuring that the spine elements for deeply nested refentries are in order and adjacent to their opening wrapper XHTML chunk. --- xsl/epub/bin/spec/epub_regressions_spec.rb | 8 ++++++++ xsl/epub/docbook.xsl | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/xsl/epub/bin/spec/epub_regressions_spec.rb b/xsl/epub/bin/spec/epub_regressions_spec.rb index af7c7f19b..512f85bcf 100755 --- a/xsl/epub/bin/spec/epub_regressions_spec.rb +++ b/xsl/epub/bin/spec/epub_regressions_spec.rb @@ -182,6 +182,14 @@ describe DocBook::Epub do opf_lns.to_s.should =~ /]*[^<]*]*>[^<]* true) end diff --git a/xsl/epub/docbook.xsl b/xsl/epub/docbook.xsl index 19c9c5f28..6df4a1b39 100644 --- a/xsl/epub/docbook.xsl +++ b/xsl/epub/docbook.xsl @@ -761,10 +761,10 @@ - + - + @@ -784,7 +784,7 @@ - + -- 2.40.0