Opened 14 years ago

Closed 14 years ago

#13288 closed (fixed)

'Community' page double-escapes entities

Reported by: wandernauta Owned by: Justin Lilly
Component: *.djangoproject.com Version: 1.1
Severity: Keywords: site
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When I go to http://www.djangoproject.com/community/, some summaries show XML entity codes instead of regular characters. The page source contains things like " so I'm afraid some double-escaping is going on.

Change History (3)

comment:1 by Russell Keith-Magee, 14 years ago

Component: UncategorizedDjango Web site
Triage Stage: UnreviewedAccepted

comment:2 by Justin Lilly, 14 years ago

Owner: changed from nobody to Justin Lilly
Status: newassigned

comment:3 by Jacob, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed, more thanks to Justin Lilly.

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