Without this fix test 1, 3 and 5 for 08_debious fail due to the module closing tag too soon and mess up the resulting xml tree.
I have no idea if this change as some side effect (all tests still pass). Basicly the change make that only empty tags (like or ) can put a closure when a /> is met.
eg :
Without this fix test 1, 3 and 5 for 08_debious fail due to the module closing tag too soon and mess up the resulting xml tree.
I have no idea if this change as some side effect (all tests still pass). Basicly the change make that only empty tags (like or ) can put a closure when a /> is met.