Ticket #1793 (closed defect (bug): fixed)

Opened 6 years ago

Last modified 5 years ago

double quotes escaped inside pre tags

Reported by: justinsomnia Owned by: markjaquith
Priority: normal Milestone:
Component: General Version: 1.5.1.2
Severity: normal Keywords: bg|needs-patch
Cc:

Description

When you put a double quote (") inside a <pre> tag, it's published in an escaped fashion: (\")

Testcase:

<pre>
"hello"
</pre>

Renders as:

\"hello\"

Should be:

"hello"

The workaround involves encoding double quotes as &quot;

Change History

  • Keywords bg|needs-patch added
  • Owner changed from anonymous to markjaquith
  • Status changed from new to assigned
  • Milestone set to 1.6

Confirmed that this is indeed a bug.

comment:3   matt6 years ago

  • Status changed from assigned to closed
  • Resolution set to fixed

(In [3049]) Missing stripslashes - fixes #1793

  • Milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.