lib/review/epubmaker.rb in review-3.0.0 vs lib/review/epubmaker.rb in review-3.1.0
- old
+ new
@@ -328,9 +328,11 @@
if ispart
chaptype = 'part'
elsif chap.on_predef?
chaptype = 'pre'
elsif chap.on_appendix?
+ chaptype = 'appendix'
+ elsif chap.on_postdef?
chaptype = 'post'
end
filename =
if ispart.present?