Quote:
Originally Posted by KevinH
FYI - just pushed a "fix" for this master. It should be a safe change (hope those were not famous last words!)
|
It performs as expected for EPUB2, but there's no call to QString.simplified() on the EPUB3 side of things. So there's a line-break in the nav, the ToC Widget entry, and ultimately the ncx (if you generate one from he nav).
I've found a fairly central location in Headings.cpp to call .simplified() that should ensure that whitespace gets collapsed properly in all toc/nav/ncx generation. Should I push?