parent
fd40e6e18b
commit
66e2836708
1 changed files with 3 additions and 1 deletions
|
@ -224,7 +224,9 @@ export class V2XmlFormatter implements XmlFormatter {
|
||||||
|
|
||||||
// entering EndTag
|
// entering EndTag
|
||||||
else if (isLocation(Location.Text) && cc === "<" && nc === "/") {
|
else if (isLocation(Location.Text) && cc === "<" && nc === "/") {
|
||||||
|
if (!inMixedContent) {
|
||||||
indentLevel--;
|
indentLevel--;
|
||||||
|
}
|
||||||
|
|
||||||
refreshMixedContentFlag();
|
refreshMixedContentFlag();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue