Modify ↓
Opened 19 years ago
Closed 19 years ago
#1765 closed defect (fixed)
Invalid header parsing with Wiki syntax
Reported by: | Emmanuel Blot | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | 0.9 |
Component: | wiki system | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When a header contains the double quote character, such as in the following example:
=== This is a "wiki" test ===
the "
character is replaced with the wiki ticket #34
.
I believe this regression has been introduced in [1838], which resolved #608.
I guess that " is first translated into the HTML equivalent "
which is eventually interpreted as a ticket link.
util/escape should be called with False as the second argument in such a case.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Fixed in r1923