-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
5.0.42, 6.0.28, 7.0.0beta2
-
None
The values on the history page has double line breaks.
This is because nl2br() does not support newline codes other than LF(\n).
It can be fixed with the attached patch.
Steps to reproduce:
Set the eventlog monitoring
Get the value including line breaks
Result:
Extra line breaks in the history values.
Expected:
No extra line breaks.