Development

#3503 (fix_double_escape is sometimes undesiderated)

You must first sign up to be able to contribute.

Ticket #3503 (new defect)

Opened 3 days ago

fix_double_escape is sometimes undesiderated

Reported by: garak Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.0.15
Keywords: Cc:
Qualification: Unreviewed

Description

I need to display a form with HTML code inside. Of course, in this form I need to preserve all entities, e.g. "©" must be keeped and not transformed into "©". But this is currently impossible, since textarea_tag() always applies fix_double_escape(), via escape_once() function.