Ticket #4215 (closed defect: fixed)
GARBLED TITLES IN EPUB CONVERSION
| Reported by: | LARdT | Owned by: | kovidgoyal |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | EPUB Output | Version: | trunk |
| Keywords: | titles | Cc: |
Description
I think that "h1 heading titles" is a recent feature. Perhaps it ahs something to do with this. By the way, I'm almost sure that did not happened in previous versions:
When converting from FB2 to Epub, a typical cover page with
Author
Bookname
produces this joint output:
<h1 id="calibre_toc_2" class="calibre2">INDRO MONTANELLIHISTORIA DE ROMA</h1>
INSTEAD OF something like this:
<h1 id="calibre_toc_2" class="calibre2">INDRO MONTANELLI</h1> <h2 id="calibre_toc_2" class="calibre2">HISTORIA DE ROMA</h2>
or similar
So we have "Author Title?" instead of:
"Author" "Title"
Change History
Note: See
TracTickets for help on using
tickets.

I meant:
"Author Title?"
"Author"
"Title"