Edgewall Software
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)

Change History (1)

comment:1 by Christian Boos, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in r1923

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.