Actions
Bug #38528
openCorrectly set line breaks in reports
Description
The line breaks in reports are currently incorrect for various reasons:
In 'text/csv' they get doubled, in application/json' and 'text/yaml'
an additional string '\\n' is added and in 'text/html' HTML line breaks
(<br>) are only added for each array element. But the strings in the array can
contain further line breaks that are not considered.
Actions