Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3086 closed enhancement (duplicate)

Encoding of special characters from the database to HTML output

Reported by: manfred.morgner@… 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 & -> &

Change History (2)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #2359.

comment:2 by (none), 18 years ago

milestone: Version 1.0

Milestone Version 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top