Fossil SCM
fossil ignores line terminators when submitting tickets
Closed
038905cc3af2c5c…
· opened 15 years, 7 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Works_As_Designed
- Subsystem
- —
- Created
- Aug. 19, 2010 9:39 a.m.
When submitting tickets, text input appears with no line breaks, only empty lines are preserved. This is critical to plain text information, e.g. test scripts.
drh added on 2010-08-19 11:51:11:
Input to tickets is in the wiki format.
To show plain text, surround the
plain text with either <verbatim>..</verbatim> or (if the
text contains no "<" characters) <pre>..</pre>.