Opened 4 years ago
Closed 4 years ago
#1485909 closed Feature Patches (fixed)
plain text wrapping patch - preserve spaces on line start
| Reported by: | mwd | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | PHP backend | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
rc_wordwrap() strips spaces from start of line - this way it's impossible to send plain text code snippets, or ascii-art. Attached patch fixes this issue. It's against SVN r2619.
Attachments (1)
Change History (3)
Changed 4 years ago by mwd
comment:1 Changed 4 years ago by mwd
- Component changed from Addressbook to Core functionality
comment:2 Changed 4 years ago by alec
- Component changed from Core functionality to PHP backend
- Milestone changed from later to 0.3-stable
- Resolution set to fixed
- Status changed from new to closed
Fixed in [78ebe75b].
Note: See
TracTickets for help on using
tickets.

Patch: fix stripping spaces from line start on rc_wordwrap()