In ASCII output no newlines got added after items, so it looks like this:
ITEM1 text text ITEM2 text
However, I think readability can be enhanced by better grouping items:
ITEM1 text text
ITEM2 text
The attached patch works well for me.
Patch
Log in to post a comment.
Patch