Opened 17 years ago

Closed 17 years ago

#9162 closed (duplicate)

Apostrophe in "release process" page title makes ugly HTML entity in title bar

Reported by: Carl Meyer Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords: documentation
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The release process documentation page contains an apostrophe in the page title. The documentation generator converts this into a smart quote HTML entity. HTML in the "title" attribute is not parsed, though, so the page title shows up in the Firefox browser title bar as "Django’s release process".

Change History (2)

by Carl Meyer, 17 years ago

Attachment: 9162_r9076.diff added

Easy fix - remove the apostrophe

comment:1 by Carl Meyer, 17 years ago

Resolution: duplicate
Status: newclosed

Whoops, dupe of #8885.

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