#9584 closed (duplicate)
Encoded ampersand in title tag
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