Format and Indent fails by <screen> Tag
Posted: Tue Jan 31, 2006 7:32 pm
I´ve found a really strange bug on the format and indent function: If there is a <screen> Tag as in
<?xml version="1.0" encoding="UTF-8"?>
<anyTag>
<screen>test</screen>
</anyTag>
the formating for the full document fails, e.g.
<?xml version="1.0" encoding="UTF-8"?>
<anyTag>
<screen>test
</screen>
</anyTag>
stays as it is.
<?xml version="1.0" encoding="UTF-8"?>
<anyTag>
<screen>test</screen>
</anyTag>
the formating for the full document fails, e.g.
<?xml version="1.0" encoding="UTF-8"?>
<anyTag>
<screen>test
</screen>
</anyTag>
stays as it is.