#9584 closed (duplicate)
Encoded ampersand in title tag
Reported by: | 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&#8217;s cache framework | Django Documentation</title>
Easily fixable by un-encoding the ampersand character.
Cheers!
Note:
See TracTickets
for help on using tickets.
We're collecting these in #8885