Development

#3503 (fix_double_escape is sometimes undesiderated)

You must first sign up to be able to contribute.

Ticket #3503 (closed defect: wontfix)

Opened 2 years ago

Last modified 2 years 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.

Change History

05/23/08 17:15:33 changed by hirose

I have same problem.

<?php echo input_tag('test', '&gt;, &lt; & &amp;') ?>

shows

>, < & &

06/23/08 07:00:33 changed by dwhittle

  • status changed from new to closed.
  • resolution set to wontfix.

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.