You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2007/11/27 22:02:57 UTC

[jira] Created: (DOXIA-189) newline added after every closing tag

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

        

[jira] Updated: (DOXIA-189) newline added after every closing tag

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated DOXIA-189:
----------------------------------

    Fix Version/s: 1.0-alpha-11

> 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
>             Fix For: 1.0-alpha-11, 1.0-beta-1
>
>
> 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

        

[jira] Closed: (DOXIA-189) newline added after every closing tag

Posted by "Herve Boutemy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy closed DOXIA-189.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-beta-1

removed newline added after anchor, link, bold, italic and monospaced tags

> 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
>             Fix For: 1.0-beta-1
>
>
> 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