Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
The generated output from APT can have some extremely long lines (e.g. over 20K characters). This makes it very difficult to review, and if the output is checked into a CMS the commit messages are all but useless.
Ideally the output should be broken into smaller chunks.
For example, adding a new line before <pre> and after </pre>, similarly with <p></p>.
There are other possible approaches, such as folding lines that are longer than say 200 characters (though of course this won't work for <pre> blocks)
Attachments
Issue Links
- is related to
-
DOXIA-405 The generated xhtml document has the entire content on a single line
- Closed