Opened 15 years ago

Closed 15 years ago

#10495 closed (duplicate)

django documentation titles contain html tags

Reported by: Wolph Owned by: nobody
Component: *.djangoproject.com Version: 1.0
Severity: Keywords: documentation html tags
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the title tag for the Model Meta options documentation the title is currently "Django | Model <tt class="docutils literal"><span class="pre">Meta</span></tt> options | Django Documentation"

The HTML tags should be stripped from the titles of all the files in the docs folder, a simple striptags filter on the title tag should do the trick. The dir: http://code.djangoproject.com/browser/djangoproject.com/django_website/templates/docs

A patch is not included as the changes needed are rudimentary.

Change History (1)

comment:1 by Karen Tracey, 15 years ago

Resolution: duplicate
Status: newclosed

#8885 already covers this.

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