newline added after every closing tag
-------------------------------------

                 Key: DOXIA-189
                 URL: http://jira.codehaus.org/browse/DOXIA-189
             Project: Maven Doxia
          Issue Type: Bug
          Components: Core, Module - Xdoc
    Affects Versions: 1.0-alpha-10
            Reporter: Herve Boutemy
            Assignee: Herve Boutemy


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to