Wrong linebreak type in HTML/MarkupFilter

Issue #44 resolved
Former user created an issue

Original [issue 44](https://code.google.com/p/okapi/issues/detail?id=44) created by @ysavourel on 2009-04-04T13:03:05.000Z:

The HtmlFilter always return
n as the linebreak in StartDocument. This is because baseFilter.reset() is called after BaseMarupFilter.open() has set the linebreak. (maybe the fix is to just not have a default linebreak type set in reset, after all all open() should one way or another set the lienbreak).

This issue results in output files with mixed type of linebreaks.

Comments (4)

  1. Log in to comment