Actions
Defect #6512
closedExtra "_" on user page?
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
2010-09-28
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I was looking at an issue here, and some person that posted something on Redmine.org they shouldn't have, and I noticed, that on their activity feed it showed "_wee> * * h3. h1. --
+_", but on the actual issue (#5594), it says "wee> * * h3. h1. --+", which appears to be an inconsistency. I reported this just to make sure nothing slips by, since I noticed this.
Updated by Felix Schäfer about 14 years ago
- Status changed from New to Closed
- Resolution set to Invalid
This is because the notes on the issue view uses the textile formatting, i.e. stuff between _
s gets italic, whereas the activity views shows the raw note, i.e. it's not textilized, which shows the _
s instead of interpreting them.
Actions