Actions
Defect #22694
closedAssociated revision content is not escaped
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
In my commit, I have the following content:
[Fixes #2436] Adding new text in a contenteditable/list item converts spaces into
But in the affected revision box, the following is displayed:
[Fixes #2436] Adding new text in a contenteditable/list item converts spaces into
The content in the changesets table correspond to the content listed in the commit, so it appears to be only display related.
Redmine version 3.2.0.stable
Ruby version 1.9.3-p551 (2014-11-13) [x86_64-linux]
Rails version 4.2.5
Environment production
Database adapter Mysql2
Related issues
Updated by Jean-Philippe Lang over 8 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Not a defect, commit messages are parsed with the text formatter (eg. Textile).
I've added #22758 to 3.4.0 for those who don't want to display their commit messages without text formatting.
Updated by Jean-Philippe Lang over 8 years ago
- Related to Feature #22758: Make text formatting of commit messages optional added
Actions