Bug #36435
Broken linefeed handling in plain text emails
| Status: | Resolved | Start date: | 2012-04-22 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Stanislas Rolland | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Has patch: | No | |||
| Votes: | 0 |
Description
HTML tags are stripped before replacement of br tags with LF. Therefore, some linefeeds are missing in the plain text.
locallang file may contain \n characters combination which are rendered as-is in both HTML and plain text emails.
locallang file may contain non-closed br tags which are not replaced with LF.
Multiple LF's in excess of 2 should be replaced by two LF.
History
Updated by Stanislas Rolland about 1 year ago
- Status changed from New to Resolved
Fixed in SVN trunk.