Actions
Defect #5129
closedbackslashes in issue description/note should be escaped when quoted
Start date:
2010-03-19
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Assume that a issue has the following description.
quick\nbrown\nfox\\
When you click "quote" link, the expected text in textarea is the following:
> quick\nbrown\nfox\\
But you will see the following text because backslashes are not escaped.
> quick brown fox\
Files
Actions