dumbledore / AlbiteREADER

A feature-rich e-book reader for the Java Mobile platform. Currently works with txt, xhtml and epub files. Supported features include touch scrolling, images, styling and multilingual hyphenation, on-touch dictionaries, units converter, table of contents. Uses the Droid Serif font through it's own font implementation scheme.
http://albite.org/reader_j2me
72 stars 21 forks source link

Beginning of every chapter trimmed above first link #189

Closed mruwek closed 13 years ago

mruwek commented 13 years ago

I have some books with lots of links (notes) and Albite Reader does not display in them text above first link in every chapter.

Example: — Original text with link: Quick brown fox [link] jumped over the lazy dog. — Albite reader displays: jumped over the lazy dog.

Example book connected with this issue: Henryk Sienkiewicz „Ogniem i Mieczem” (pl): http://www.wolnelektury.pl/media/lektura/ogniem-i-mieczem.epub

dumbledore commented 13 years ago

Thanks :-) I'll look into it.

dumbledore commented 13 years ago

Turns out it wasn't the links, but the <!DOCTYPE> declaration. I'm fixing it now.

dumbledore commented 13 years ago

You won't believe how stupid I may sometimes be :-D

dumbledore commented 13 years ago

I had forgotten a return in an if clause. :-D. It's working now.