-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
When performing an Indent XML on sublime it changed the & into a ' when doing the Indent XML.
For example <hello><test1>'</test1></hello>
Gets turned into
<hello>
<test1>'</test1>
</hello>
But <hello><test1>"</test1></hello>
becomes
<hello>
<test1>"</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
Labels
No labels