diff options
| -rw-r--r-- | lib/asciidoctor/pdf/converter.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/asciidoctor/pdf/converter.rb b/lib/asciidoctor/pdf/converter.rb index a2df2be0..6b2356c1 100644 --- a/lib/asciidoctor/pdf/converter.rb +++ b/lib/asciidoctor/pdf/converter.rb @@ -630,7 +630,6 @@ module Asciidoctor sect.remove return end - title = sect.numbered_title formal: true sep = (sect.attr 'separator') || (sect.document.attr 'title-separator') || '' if !sep.empty? && (title.include? (sep = %(#{sep} ))) |
