Modify ↓
      
Opened 19 years ago
Closed 19 years ago
#4023 closed defect (fixed)
Line breaks don't get formatted anymore when viewing commit message
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 | 
| Component: | version control/changeset view | Version: | devel | 
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
On trac 0.10, when viewing changesets, commit messages were being wrapped into <p></p>, and <br />s were inserted before each line break.
trac 0.11 (HEAD) just otputs the text as it is, and so it just gets displayed as one long string (because HTML is space-insensitive).
Attachments (0)
  Note:
 See   TracTickets
 for help on using tickets.
    


  
The commit messages are currently not wiki formatted in the TracChangeset view.
This is a known issue and will be solved once we're done with moving the
wiki_to_*calls to the templates (i.e. in a couple of days).