#3086 closed enhancement (duplicate)
Encoding of special characters from the database to HTML output
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 0.95 |
Severity: | normal | Keywords: | Rendering |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Rendering special characters to HTML
If there are (HTML-)special characters in the database (like &), they will put to the HTML output as they are, which results in invalid HTML code. Django should be recode these characters to valid HTML codes, like & -> &
Note:
See TracTickets
for help on using tickets.
Duplicate of #2359.