Closed
Bug 1142301
Opened 10 years ago
Closed 9 years ago
Don't HTML-encode characters in data, encode them (if necessary) when rendering
Categories
(Marketplace Graveyard :: Curation Tools, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
2015-07-07
People
(Reporter: ddurst, Unassigned)
References
Details
(Whiteboard: [ktlo])
Currently, in transonic, we store some characters HTML-encoded (like &). This is problematic because we aren't necessarily using that data in a way that accepts them, which means we them have to strip them out (like in <title> vs <h1>).
This would require a redo/undo of fixes in bug 1093420, bug 1131686, and bug 1104330, at least. But it makes for more portable data and is a best practice.
Reporter | ||
Updated•10 years ago
|
Whiteboard: [ktlo]
Comment 1•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Target Milestone: --- → 2015-07-07
Comment 2•9 years ago
|
||
Please add STR here or mark it with [qa-] if no QA is needed.
You need to log in
before you can comment on or make changes to this bug.
Description
•