Hi!
In XML bundle, the block doesn't fold properly if the closing tag is not on a separate line.
Example:
<?xml version="1.0" encoding="UTF-8"?> <document> <page>This tag block doesn't fold properly. It folds as if '/document' tag closes it. The closing tag is on the same line.</page> <page>This tag block folds properly. The closing tag is on a separate line. </page> </document>
Cheers, Sergei Yakovlev