Actions
Bug #38529
closedCorrectly set line breaks in reports
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
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.
Updated by The Foreman Bot 7 months ago
- Status changed from New to Ready For Testing
Updated by Oleh Fedorenko 6 months ago
- Has duplicate Bug #38528: Correctly set line breaks in reports added
Updated by Ruediger Pluem 6 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|177634991c33f2a143f59dfdb42d6da2eb3775f0.
Actions