Ticket #1793 (closed defect (bug): fixed)
double quotes escaped inside pre tags
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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 "
Change History
comment:1
markjaquith — 6 years ago
- Keywords bg|needs-patch added
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
- Milestone set to 1.6
comment:2
masquerade — 6 years ago
Confirmed that this is indeed a bug.
- Status changed from assigned to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
