Ticket #307 (new bug)
CoolReader ignors <pre> html tags
| Reported by: | sampattuzzi | Owned by: | Buggins |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.3 |
| Component: | book reader (CoolReader) | Version: | post-0.1 snapshot |
| Keywords: | Cc: | ||
| Blocking: | Blocked By: |
Description
The pre-formatted text tags in html are ignored in CoolReader. Basically this means that all white space and other formatting in these tags is ignored.
An example would be if I had the following html:
<pre>Hello
World!</pre>
It should be formatted like so:
Hello
World!
But CoolReader would show something like this:
HelloWorld!
Change History
Note: See
TracTickets for help on using
tickets.

