Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-10
-
Fix Version/s: 1.0-alpha-11, 1.1
-
Component/s: Core, Module - Xdoc
-
Labels:None
-
Number of attachments :
Description
an additional newline is added to the generated HTML after every closing tag.
If there shouldn't be any space between the tag and the text immediately following, this causes an unwanted space. This causes trouble in <pre> sections too, where this newline is visible.
I tracked down the issue from doxia-module-xdoc to doxia-core, and the code is very simple to fix: in AbstractXmlSink.java, writeEndTag method appends an EOL
Issue Links
- is depended upon by
-
MSITE-274
space/newline added after added after anchor, link, bold, italic and monospaced tags
-
removed newline added after anchor, link, bold, italic and monospaced tags