Bug #2090
Quote replacement in wikilinks
100%
Description
When a link contains a quote (“'” character) it’s replace by &rsquo ; with redmine 2.0.3
[[Foo's page]]
gives
<a ...>Foo’s page</a>
Associated revisions
Switched to UTF-8 instead of HTML entities (#2090)
History
#1 Updated by Andriy Lesyuk over 12 years ago
- Status changed from New to Open
- Assignee set to Andriy Lesyuk
#2 Updated by Andriy Lesyuk about 12 years ago
- Status changed from Open to Incomplete
Isn’t it rendered fine?.. Another apostrophe, e.g. Foo’s page, does not seem to be a problem?
#3 Updated by Xavier Calland about 12 years ago
It works with ’
but not '
#4 Updated by Andriy Lesyuk about 12 years ago
- Status changed from Incomplete to Open
Oh, Seems I got it...
#5 Updated by Andriy Lesyuk about 12 years ago
- Target version set to 1.0.0b
#6 Updated by Andriy Lesyuk about 12 years ago
- Target version changed from 1.0.0b to 0.0.3
#7 Updated by Andriy Lesyuk about 12 years ago
- Status changed from Open to In Progress
- % Done changed from 0 to 100
Completely changed the way codes are replaced! Not sure if there will not be new issues...
It would be very nice if someone could test (get recent plugin from SVN).
#8 Updated by Andriy Lesyuk almost 12 years ago
- Due date set to 28 Nov 2012
- Status changed from In Progress to Closed
Ok, assuming it works fine...