Skip to content

[Feature] conversion to HTML fails to change consecutive spaces   [sf#8] #52

@teambob

Description

@teambob

*Reported by anonymous on 2005-05-20 09:27 UTC
If the input is indented, the output HTML looks like this:-

<HTML>
<BODY>
This
<br> is
<br> indented
<br> here
<br></BODY>
</HTML>

Which is wrong. What it should look like this this:-

<HTML>
<BODY>
This
<br>&nbsp;is
<br>&nbsp;&nbsp;indented
<br>&nbsp;&nbsp;&nbsp;here
<br></BODY>
</HTML>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions