Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#9584 closed (duplicate)

Encoded ampersand in title tag

Reported by: Bri <brian@…> Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords: encoding
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I spotted a single quote not displaying correctly on this page: http://docs.djangoproject.com/en/dev/topics/cache/

The html is pumped out thus:

<title>Django | Django&amp;#8217;s cache framework | Django Documentation</title>

Easily fixable by un-encoding the ampersand character.

Cheers!

Change History (2)

comment:1 by Karen Tracey, 16 years ago

Resolution: duplicate
Status: newclosed

We're collecting these in #8885

comment:2 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

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