Skip to content

Indent changes an " into an ' #119

@richClubb

Description

@richClubb

When performing an Indent XML on sublime it changed the & into a ' when doing the Indent XML.

For example <hello><test1>&apos;</test1></hello>

Gets turned into

<hello>
    <test1>'</test1>
</hello>

But <hello><test1>&quot;</test1></hello>

becomes

<hello>
    <test1>&quot;</test1>
</hello>

I'm pretty sure that the latter is the correct behaviour. This is the same for all the other XML escape sequences, it only effects the & escape sequence

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