Skip to content

Spurious spaces in XML prolog and self-closing tags #13

@PaulJohnson

Description

@PaulJohnson

The following gets emitted:

<?xml version="1.0" encoding="UTF-8" ?>
<tagname />

instead of

<?xml version="1.0" encoding="UTF-8"?>
<tagname/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions