Open jwickens opened 7 years ago
When input has invalid xml like
how are you ? <br> <hello />
The unclosed <br> will "swallow" all remaining tags
<br>
Another way to solve this might be to recurse into tags - at least if they are not an action tag.
When input has invalid xml like
The unclosed
<br>
will "swallow" all remaining tagsAnother way to solve this might be to recurse into tags - at least if they are not an action tag.