#1793 closed defect (bug) (fixed)
double quotes escaped inside pre tags
Reported by: | justinsomnia | Owned by: | markjaquith |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5.1.2 |
Component: | General | Keywords: | bg|needs-patch |
Focuses: | 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 (4)
Note: See
TracTickets for help on using
tickets.
Confirmed that this is indeed a bug.